aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Files/Common.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Files/Common.hsc')
-rw-r--r--System/Posix/Files/Common.hsc4
1 files changed, 4 insertions, 0 deletions
diff --git a/System/Posix/Files/Common.hsc b/System/Posix/Files/Common.hsc
index f296336..9ce2f1d 100644
--- a/System/Posix/Files/Common.hsc
+++ b/System/Posix/Files/Common.hsc
@@ -463,6 +463,8 @@ foreign import ccall unsafe "futimes"
-- this function will raise an exception.
--
-- Note: calls @futimens@ or @futimes@.
+--
+-- /Since: 2.7.0.0/
setFdTimesHiRes :: Fd -> POSIXTime -> POSIXTime -> IO ()
#if HAVE_FUTIMENS
setFdTimesHiRes (Fd fd) atime mtime =
@@ -482,6 +484,8 @@ setFdTimesHiRes =
-- this function will raise an exception.
--
-- Note: calls @futimes@.
+--
+-- /Since: 2.7.0.0/
touchFd :: Fd -> IO ()
#if HAVE_FUTIMES
touchFd (Fd fd) =