This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug manual/19086] New: posix_fallocate64 documented argument order is wrong.


https://sourceware.org/bugzilla/show_bug.cgi?id=19086

            Bug ID: 19086
           Summary: posix_fallocate64 documented argument order is wrong.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: manual
          Assignee: unassigned at sourceware dot org
          Reporter: carlos at redhat dot com
                CC: mtk.manpages at gmail dot com, roland at gnu dot org
  Target Milestone: ---

The manual/filesys.texi lists posix_fallocate64 as having the following
prototype:

int posix_fallocate64 (int @var{fd}, off64_t @var{length}, off64_t
@var{offset})

Which is wrong. It should be:

int posix_fallocate64 (int @var{fd}, off64_t @var{offset}, off64_t
@var{length})

(offset and length are swapped).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]