This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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]

Re: getnameinfo


On Tue, 13 Jul 2010 23:30:24 +0200
StanisÅaw Findeisen <stanislaw.findeisen@gemius.pl> wrote:

> Is getnameinfo function thread-safe?

You can find this out by looking at the POSIX man-pages on most recent linux distributions.  Once you have them installed:

man 3p getnameinfo

will give you the information you want: "The getnameinfo() function shall be thread-safe."

In general, the POSIX man-pages are more detailed, if less readable than the usual Linux ones (and of course do not contain Linux-specific information).

Cheers,
Ralph.


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