diff options
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r-- | manual/filesys.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index 40648853bd..972e1065be 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -3323,7 +3323,7 @@ allocation. Instead, an @code{EOPNOTSUPP} is returned to the caller. @end deftypefun -@deftypefun int posix_fallocate64 (int @var{fd}, off64_t @var{length}, off64_t @var{offset}) +@deftypefun int posix_fallocate64 (int @var{fd}, off64_t @var{offset}, off64_t @var{length}) @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} This function is a variant of @code{posix_fallocate64} which accepts |