Merge branch 'stable'
[gnulib.git] / doc / posix-headers / unistd.texi
1 @node unistd.h
2 @section @file{unistd.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html}
5
6 Gnulib module: unistd
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 MSVC 9.
13 @item
14 The SEEK_* macros are not defined in this file on some platforms:
15 mingw.
16 @item
17 The *_FILENO macros are not defined in this file on some platforms:
18 OS/2 EMX, mingw.
19 @item
20 The @code{_exit} function is not declared in this file on some platforms:
21 mingw.
22
23 @item
24 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
25 expressions:
26 NetBSD 5.0
27 @end itemize
28
29 Portability problems not fixed by Gnulib:
30 @itemize
31 @end itemize