Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / poll.texi
1 @node poll
2 @section @code{poll}
3 @findex poll
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/poll.html}
6
7 Gnulib module: poll
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, BeOS.
14 @item
15 This function doesn't work on special files like @file{/dev/null} and ttys like
16 @file{/dev/tty} on some platforms:
17 MacOS X 10.4.0, AIX 5.3.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize