1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00
emacs/src/s
Dan Nicolaescu bba104c11e * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
always defined as int.

* s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
* s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
* s/gnu-linux.h (HAVE_WAIT_HEADER):
* s/freebsd.h (HAVE_WAIT_HEADER):
* s/bsd-common.h (HAVE_UNION_WAIT):
* s/aix4-2.h (HAVE_WAIT_HEADER):
* m/mips.h (HAVE_UNION_WAIT):
* s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
(COFF, static): Do not define, they are undefined later in the file.

* process.c (update_status): Don't use a union.
(status_convert):
(sigchld_handler): Use int instead of WAITTYPE.

* movemail.c (main): Use int instead of WAITTYPE.
2008-07-12 05:31:23 +00:00
..
aix4-2.h * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was 2008-07-12 05:31:23 +00:00
bsd-common.h * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was 2008-07-12 05:31:23 +00:00
cygwin.h Switch to recommended form of GPLv3 permissions notice. 2008-05-07 07:18:17 +00:00
darwin.h * s/vms.h: 2008-07-10 03:26:06 +00:00
freebsd.h * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was 2008-07-12 05:31:23 +00:00
gnu-kfreebsd.h
gnu-linux.h * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was 2008-07-12 05:31:23 +00:00
gnu.h * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was 2008-07-12 05:31:23 +00:00
hpux10-20.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h Switch to recommended form of GPLv3 permissions notice. 2008-05-07 07:18:17 +00:00
lynxos.h Switch to recommended form of GPLv3 permissions notice. 2008-05-07 07:18:17 +00:00
ms-w32.h * unexnext.c: 2008-06-26 04:24:54 +00:00
msdos.h American English spelling fix. 2008-06-27 02:41:14 +00:00
netbsd.h * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was 2008-07-12 05:31:23 +00:00
openbsd.h
README
sol2-3.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
sol2-4.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
sol2-5.h * s/vms.h: 2008-07-10 03:26:06 +00:00
sol2-6.h
sol2.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
template.h * unexnext.c: 2008-06-26 04:24:54 +00:00
unixware.h
usg5-4-2.h * s/vms.h: 2008-07-10 03:26:06 +00:00
usg5-4.h * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was 2008-07-12 05:31:23 +00:00
vms.h * src/fileio.c: 2008-07-10 15:26:15 +00:00

This directory contains C header files containing
operating-system-specific definitions.  Each file describes a
particular operating system.  The emacs configuration script edits
../config.h to include the appropriate one of these files, and then
each emacs source file includes config.h.

template.h is a generic template for system descriptions; it describes
the parameters a system file can specify.