recv.2: Remove ancient Linux libc details

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 10:09:28 +02:00
parent abaa5fb051
commit 5ef6332e7b
1 changed files with 0 additions and 12 deletions

View File

@ -484,18 +484,6 @@ and
.B MSG_WAITALL
flags.
.SH NOTES
The prototypes given above follow glibc2.
The Single UNIX Specification agrees, except that it has return values
of type \fIssize_t\fP (while 4.x BSD and libc4 and libc5 all have \fIint\fP).
The
.I flags
argument is \fIint\fP in 4.x BSD, but \fIunsigned int\fP in libc4 and libc5.
The
.I len
argument is \fIint\fP in 4.x BSD, but \fIsize_t\fP in libc4 and libc5.
The
.I addrlen
argument is \fIint\ *\fP in 4.x BSD, libc4 and libc5.
The present \fIsocklen_t\ *\fP was invented by POSIX.
See also
.BR accept (2).