bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] accept: document Solaris 10 type glitch


From: Paul Eggert
Subject: [PATCH 1/2] accept: document Solaris 10 type glitch
Date: Tue, 5 Aug 2014 13:22:39 -0700

* 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  <address@hidden>
+
+       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  <address@hidden>
 
        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 *}.
address@hidden
+On some platforms, this function's third argument type is @samp{void *},
+not @samp{socklen_t *}:
+Solaris 10.
 @end itemize
-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]