aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-12-19 10:51:27 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-12-19 10:53:26 +0100
commit4260c25687d3a4bc1ffacdacfbe7e47082ff2550 (patch)
tree258717cc2dd6664badd9ce0eb657042f430a18e9 /System
parentb3775fa5fd41b3c663ac60e3dc4f68433743ce94 (diff)
Add /Since/ annotation to System.Posix.Fcntl
Diffstat (limited to 'System')
-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