Skip to content
Commit b86b4f5e authored by Carlos O'Donell's avatar Carlos O'Donell
Browse files

Fix manual argument order for posix_fallocate64 (Bug 19086).

The argument order for posix_fallocate64 in the manual
was wrong, it was listed as [fd, len, offset] when it
should have been [fd, offset, len].

Verified io/fcntl.h has the right argument order, and it
does. Verified generated PDF.
parent 119d073e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment