[9884] in Athena Bugs
rsaix 7.4G: x11r5
daemon@ATHENA.MIT.EDU (raeburn@Athena.MIT.EDU)
Sun Sep 13 11:17:53 1992
From: raeburn@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Sun, 13 Sep 92 11:17:42 EDT
System name: w20-575-3
Type and version: POWER 7.4G
Display type: graygda
What were you trying to do?
compile emacs-19
What's wrong:
In file included from xrdb.c:35:
/usr/include/X11/Xos.h:62: warning: `SIGCHLD' redefined
/usr/include/sys/signal.h:83: warning: this is the location of the previous definition
In Xos.h:
#ifdef SYSV
#define SIGCHLD SIGCLD
#endif /* SYSV */
However, sys/signal.h handles the compatibility already, but the
definitions are reversed. (SIGCHLD is a number, and SIGCLD is defined
to be SIGCHLD.)
What should have happened:
Xos.h shouldn't have redefined SIGCHLD.
Please describe any relevant documentation references:
[Please replace this line with your information.]