statfs.2: fstatfs(2) was broken on file descriptors from pipe(2)

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Cyril Hrubis 2014-06-10 22:14:11 +02:00 committed by Michael Kerrisk
parent 3c794803b4
commit 8519cf245f
1 changed files with 7 additions and 0 deletions

View File

@ -249,6 +249,13 @@ 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 ()
returned ENOSYS for file descriptor created by
.BR pipe (2) .
LSB has deprecated the library calls
.BR statfs ()
and