Write "Mac OS X" instead of "MacOS X".
[gnulib.git] / doc / posix-functions / grantpt.texi
1 @node grantpt
2 @section @code{grantpt}
3 @findex grantpt
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/grantpt.html}
6
7 Gnulib module: grantpt
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Mac OS X 10.3, OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 9, BeOS.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function is not declared on some platforms:
20 IRIX 5.3.
21 @item
22 This function reports success for invalid file descriptors on some platforms:
23 OpenBSD, Cygwin 1.7.9, musl libc.
24 @end itemize