Documentation about Minix.
[gnulib.git] / doc / posix-functions / _Exit_C99.texi
1 @node _Exit
2 @section @code{_Exit}
3 @findex _Exit
4 @c This file would ideally be called _Exit.texi, but then it would collide
5 @c with _exit.texi on case-insensitive file systems (MacOS X HFS+ and Woe32
6 @c file systems).
7
8 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/_Exit.html}
9
10 Gnulib module: _Exit
11
12 Portability problems fixed by Gnulib:
13 @itemize
14 @item
15 This function is missing on some platforms:
16 Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.x, Interix 3.5, BeOS.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize