termios: Tweak doc.
[gnulib.git] / doc / glibc-headers / a.out.texi
blobc2ddc1d87b3b5fb4fe3411e40fd1079b4a7578db
1 @node a.out.h
2 @section @file{a.out.h}
4 Describes the structure of executables (and object files?) in the old
5 @code{a.out} format.
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This header file is missing on some platforms:
17 macOS 14, Solaris 11.4, mingw, MSVC 14, Android 9.0.
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 14.0, NetBSD 10.0, OpenBSD 7.5.
22 @end itemize