Updated FIXME.

This commit is contained in:
Michael Kerrisk 2006-04-03 01:35:31 +00:00
parent f7b722ff3f
commit 1c511da218
2 changed files with 8 additions and 2 deletions

View File

@ -422,8 +422,11 @@ structure should be typed as
.IR socklen_t ,
but glibc currently (2.4) types it as
.IR size_t .
.\" FIXME . glibc bug raised 12 Mar 2006
.\" glibc bug raised 12 Mar 2006
.\" http://sourceware.org/bugzilla/show_bug.cgi?id=2448
.\" The problem is an underlying kernel issue: the size of the
.\" __kernel_size_t type used to type this field varies
.\" across architectures, but socklen_t is always 32 bits.
.SH "SEE ALSO"
.BR fcntl (2),
.BR getsockopt (2),

View File

@ -361,8 +361,11 @@ structure should be typed as
.IR socklen_t ,
but glibc currently (2.4) types it as
.IR size_t .
.\" FIXME . glibc bug raised 12 Mar 2006
.\" glibc bug raised 12 Mar 2006
.\" http://sourceware.org/bugzilla/show_bug.cgi?id=2448
.\" The problem is an underlying kernel issue: the size of the
.\" __kernel_size_t type used to type this field varies
.\" across architectures, but socklen_t is always 32 bits.
.SH BUGS
Linux may return EPIPE instead of ENOTCONN.
.SH "SEE ALSO"