aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Fcntl.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Fcntl.hsc')
-rw-r--r--System/Posix/Fcntl.hsc3
1 files changed, 3 insertions, 0 deletions
diff --git a/System/Posix/Fcntl.hsc b/System/Posix/Fcntl.hsc
index 7760bb5..749826f 100644
--- a/System/Posix/Fcntl.hsc
+++ b/System/Posix/Fcntl.hsc
@@ -16,6 +16,7 @@
--
-- POSIX file control support
--
+-- /Since: 2.7.1.0/
-----------------------------------------------------------------------------
#include "HsUnix.h"
@@ -42,6 +43,8 @@ import GHC.IO.Exception ( unsupportedOperation )
-- | Advice parameter for 'fileAdvise' operation.
--
-- For more details, see documentation of @posix_fadvise(2)@.
+--
+-- /Since: 2.7.1.0/
data Advice
= AdviceNormal
| AdviceRandom