scandir.3: Remove libc4/libc5note under CONFORMING TO

No-one much cares about Linux libc these days.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 11:52:44 +01:00
parent 6f695bc0dd
commit 4046f0e0fe
1 changed files with 15 additions and 15 deletions

View File

@ -229,26 +229,26 @@ was added to glibc in version 2.15.
.SH CONFORMING TO
.BR alphasort (),
.BR scandir ():
POSIX.1-2008.
4.3BSD, POSIX.1-2008.
.BR versionsort ()
and
.BR scandirat ()
are GNU extensions.
.LP
The functions
.BR scandir ()
and
.BR alphasort ()
are from 4.3BSD, and have been available under Linux since libc4.
Libc4 and libc5 use the more precise prototype
.sp
.nf
int alphasort(const struct dirent ** a,
const struct dirent **b);
.fi
.sp
but glibc 2.0 returns to the imprecise BSD prototype.
.\" .LP
.\" The functions
.\" .BR scandir ()
.\" and
.\" .BR alphasort ()
.\" are from 4.3BSD, and have been available under Linux since libc4.
.\" Libc4 and libc5 use the more precise prototype
.\" .sp
.\" .nf
.\" int alphasort(const struct dirent ** a,
.\" const struct dirent **b);
.\" .fi
.\" .sp
.\" but glibc 2.0 returns to the imprecise BSD prototype.
.SH NOTES
Since glibc 2.1,
.BR alphasort ()