* doc/posix-functions/accept.texi (accept): Mention that Solaris 10 'accept' takes void * last arg, not socklen_t *. --- ChangeLog | 6 ++++++ doc/posix-functions/accept.texi | 4 ++++ 2 files changed, 10 insertions(+)
diff --git a/ChangeLog b/ChangeLog index bdf743a..43b8fe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-08-05 Paul Eggert <egg...@cs.ucla.edu> + + accept: document Solaris 10 type glitch + * doc/posix-functions/accept.texi (accept): Mention that + Solaris 10 'accept' takes void * last arg, not socklen_t *. + 2014-08-04 Paul Eggert <egg...@cs.ucla.edu> extern-inline: port to FreeBSD, DragonFly diff --git a/doc/posix-functions/accept.texi b/doc/posix-functions/accept.texi index b937e15..65dab37 100644 --- a/doc/posix-functions/accept.texi +++ b/doc/posix-functions/accept.texi @@ -28,4 +28,8 @@ in calls to @code{read}, @code{write}, and @code{close}; you have to use @item Some platforms don't have a @code{socklen_t} type; in this case this function's third argument type is @samp{int *}. +@item +On some platforms, this function's third argument type is @samp{void *}, +not @samp{socklen_t *}: +Solaris 10. @end itemize -- 1.9.3