annotate doc/glibc-functions/pthread_setname_np.texi @ 17476:6057744acd2c default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 16 Aug 2013 06:32:22 -0700
parents 498a2211d839
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15454
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 @node pthread_setname_np
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 @subsection @code{pthread_setname_np}
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 @findex pthread_setname_np
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Gnulib module: ---
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Portability problems fixed by Gnulib:
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 @itemize
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 @end itemize
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Portability problems not fixed by Gnulib:
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 @itemize
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 @item
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 This function is missing on many non-glibc platforms:
16935
498a2211d839 Write "Mac OS X" instead of "MacOS X".
Bruno Haible <bruno@clisp.org>
parents: 16254
diff changeset
15 glibc 2.11, Mac OS X 10.5, FreeBSD 6.4, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11 2011-11, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
15454
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 @item
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 This function has a different signature on some platforms:
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 NetBSD 5.0, OSF/1 5.1.
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 On OSF/1 the third argument must be @code{NULL}.
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 On NetBSD the second argument is interpreted as a @code{printf} format string,
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 with the third argument as parameter.
76a0e0f55da2 doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 @end itemize