* doc/headers/assert.texi (assert.h): Document assert module use.
[gnulib.git] / doc / headers / unistd.texi
1 @node unistd.h
2 @section @file{unistd.h}
3
4 Gnulib module: unistd
5
6 Portability problems fixed by Gnulib:
7 @itemize
8 @item
9 This header file is missing on some platforms: msvc.
10 @item
11 The SEEK_* macros are not defined in this file on some platforms: mingw.
12 @item
13 The @code{_exit} function is not declared in this file on some platforms:
14 mingw.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize