statfs.2: Move Cyril Hrubis's "statfs() broken for pipe FDs" patch to BUGS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-10 22:21:42 +02:00
parent ac6f74b9b4
commit f28710c6a0
1 changed files with 9 additions and 9 deletions

View File

@ -249,15 +249,6 @@ Some systems only have \fI<sys/vfs.h>\fP, other systems also have
So it seems
including the former is the best choice.
Between Linux 2.6.38 and Linux 3.2,
.\" broken in commit ff0c7d15f9787b7e8c601533c015295cc68329f8
.\" fixed in commit d70ef97baf048412c395bb5d65791d8fe133a52b
.BR fstatfs ()
failed with the error
.B ENOSYS
for file descriptors created by
.BR pipe (2).
LSB has deprecated the library calls
.BR statfs ()
and
@ -311,6 +302,15 @@ Under some operating systems the
can be used as second argument to the
.BR sysfs (2)
system call.
.SH BUGS
Between Linux 2.6.38 and Linux 3.2,
.\" broken in commit ff0c7d15f9787b7e8c601533c015295cc68329f8
.\" fixed in commit d70ef97baf048412c395bb5d65791d8fe133a52b
.BR fstatfs ()
failed with the error
.B ENOSYS
for file descriptors created by
.BR pipe (2).
.SH SEE ALSO
.BR stat (2),
.BR statvfs (2),