Write "Mac OS X" instead of "MacOS X".
[gnulib.git] / doc / glibc-headers / a.out.texi
1 @node a.out.h
2 @section @file{a.out.h}
3
4 Describes the structure of executables (and object files?) in the old
5 @code{a.out} format.
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This header file is missing on some platforms:
17 Mac OS X 10.5, Solaris 11 2011-11, mingw, MSVC 9, Interix 3.5, BeOS.
18 @item
19 This header file is useless because most executables and object files are
20 in ELF format on some platforms:
21 glibc 2.3.6, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8.
22 @end itemize