aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love1999-11-02 23:10:56 +0000
committerDave Love1999-11-02 23:10:56 +0000
commite69dcd60c507eabc517f8c4c6d10a6e7b52bda65 (patch)
treedaa6482b126895f68d8d4f93abb529ce2b786665 /src/ChangeLog
parent827a1788e0696a249c0affa70e0026d937ffb361 (diff)
downloademacs-e69dcd60c507eabc517f8c4c6d10a6e7b52bda65.tar.gz
emacs-e69dcd60c507eabc517f8c4c6d10a6e7b52bda65.zip
Use SIGCHLD, not SIGCLD (not in glibc 2.1).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94d9be178da..e025345d471 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
11999-11-02 Dave Love <fx@gnu.org> 11999-11-02 Dave Love <fx@gnu.org>
2 2
3 * gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1).
4
3 * process.c: Define _GNU_SOURCE before config.h to get strsignal 5 * process.c: Define _GNU_SOURCE before config.h to get strsignal
4 declared with glibc2. 6 declared with glibc2.
5 7