Documentation about Minix.
[gnulib.git] / doc / glibc-headers / error.texi
1 @node error.h
2 @section @file{error.h}
3
4 Declares the functions @code{error}, @code{error_at_line} and the variables
5 @code{error_print_progname}, @code{error_message_count},
6 @code{error_one_per_line}.
7
8 Documentation:
9 @itemize
10 @item
11 @ifinfo
12 @ref{Error Messages,,,libc},
13 @end ifinfo
14 @ifnotinfo
15 @url{http://www.gnu.org/software/libc/manual/html_node/Error-Messages.html},
16 @end ifnotinfo
17 @item
18 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/error.3.html,,man error}.
19 @end itemize
20
21 Gnulib module: error
22
23 Portability problems fixed by Gnulib:
24 @itemize
25 @item
26 This header file is missing on all non-glibc platforms:
27 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin, mingw, Interix 3.5, BeOS.
28 @end itemize
29
30 Portability problems not fixed by Gnulib:
31 @itemize
32 @end itemize