annotate doc/posix-functions/ttyname_r.texi @ 13268:7287ecc3411c

ttyname_r: Make it work on Solaris 10.
author Bruno Haible <bruno@clisp.org>
date Mon, 26 Apr 2010 00:18:10 +0200
parents ddd7bebf854c
children bb0ceefd22dc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 @node ttyname_r
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 @section @code{ttyname_r}
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 @findex ttyname_r
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
10876
c83dc7e8df57 Refer to new POSIX:2008 standard.
Bruno Haible <bruno@clisp.org>
parents: 9638
diff changeset
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html}
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
13023
953c5d14818b New module 'ttyname_r'.
Bruno Haible <bruno@clisp.org>
parents: 10876
diff changeset
7 Gnulib module: ttyname_r
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Portability problems fixed by Gnulib:
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 @itemize
13265
d12a380d8ac1 Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
Bruno Haible <bruno@clisp.org>
parents: 13023
diff changeset
11 @item
13023
953c5d14818b New module 'ttyname_r'.
Bruno Haible <bruno@clisp.org>
parents: 10876
diff changeset
12 This function is missing on some platforms:
953c5d14818b New module 'ttyname_r'.
Bruno Haible <bruno@clisp.org>
parents: 10876
diff changeset
13 NetBSD 3.0, mingw, BeOS.
13266
ddd7bebf854c ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13265
diff changeset
14 @item
ddd7bebf854c ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13265
diff changeset
15 This function has an incompatible declaration on some platforms:
ddd7bebf854c ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13265
diff changeset
16 MacOS X 10.4, Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
13268
7287ecc3411c ttyname_r: Make it work on Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13266
diff changeset
17 @item
7287ecc3411c ttyname_r: Make it work on Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13266
diff changeset
18 This function refuses to do anything when the output buffer is less than 128
7287ecc3411c ttyname_r: Make it work on Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13266
diff changeset
19 bytes large, on some platforms:
7287ecc3411c ttyname_r: Make it work on Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13266
diff changeset
20 Solaris 10.
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 @end itemize
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Portability problems not fixed by Gnulib:
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 @itemize
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 @end itemize