d550143e11ec1513ee845abf51e1e17e3bbea8ca
[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/susv3xbd/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: msvc.
12 @item
13 The SEEK_* macros are not defined in this file on some platforms:
14 mingw.
15 @item
16 The *_FILENO macros are not defined in this file on some platforms:
17 OS/2 EMX, mingw.
18 @item
19 The @code{_exit} function is not declared in this file on some platforms:
20 mingw.
21
22 @item
23 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
24 expressions:
25 NetBSD 5.0
26 @end itemize
27
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @end itemize