Skip to content
Snippets Groups Projects
Commit 4260c256 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Add /Since/ annotation to System.Posix.Fcntl

parent b3775fa5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment