This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

getaddrinfo man page tweak


In response to a whinge elsewhere.

Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/common/current/ChangeLog,v
retrieving revision 1.77
diff -u -5 -p -r1.77 ChangeLog
--- ChangeLog   17 Jun 2006 20:11:06 -0000      1.77
+++ ChangeLog   9 Jan 2007 16:03:02 -0000
@@ -1,5 +1,10 @@
+2007-01-09  Jonathan Larmour  <jifl@eCosCentric.com>
+
+       * doc/manpages/net/getaddrinfo.3: Remove obsolete comment about
+       not being thread-safe.
+
 2006-05-25  Andrew Lunn  <andrew.lunn@ascom.ch>

* cdl/net.cdl: Fix calculation of TFTPD stack
size. CYGNUM_HAL_STACK_SIZE_TYPICAL is not a CDL variable, it is a
#define, so we need to ensure that the compiler evaluates the
Index: doc/manpages/net/getaddrinfo.3
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/common/current/doc/manpages/net/getaddrinfo.3,v
retrieving revision 1.1
diff -u -5 -p -r1.1 getaddrinfo.3
--- doc/manpages/net/getaddrinfo.3 20 May 2002 22:25:03 -0000 1.1
+++ doc/manpages/net/getaddrinfo.3 9 Jan 2007 16:03:02 -0000
@@ -574,8 +574,6 @@ function is defined in IEEE POSIX 1003.1
and documented in
.Dq Basic Socket Interface Extensions for IPv6
.Pq RFC2553 .
.\"
.Sh BUGS
-The current implementation is not thread-safe.
-.Pp
The text was shamelessly copied from RFC2553.


--
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]