[commit: packages/unix] master: Add /Since/ annotation to System.Posix.Fcntl (4260c25)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 15:51:15 UTC 2015
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4260c25687d3a4bc1ffacdacfbe7e47082ff2550/unix
>---------------------------------------------------------------
commit 4260c25687d3a4bc1ffacdacfbe7e47082ff2550
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Dec 19 10:51:27 2014 +0100
Add /Since/ annotation to System.Posix.Fcntl
>---------------------------------------------------------------
4260c25687d3a4bc1ffacdacfbe7e47082ff2550
System/Posix/Fcntl.hsc | 3 +++
1 file changed, 3 insertions(+)
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
More information about the ghc-commits
mailing list