diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-29 19:17:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-29 19:17:27 +0000 |
commit | f347c3dbc22ca73a158012497616e684c9bdb855 (patch) | |
tree | 7de7c42437a99afefba5fb14090f3b53295ee372 /sysdeps/unix/sysv/linux/sparc | |
parent | ef8ff6efde5728c0b184c58ce5544cdd49e6f813 (diff) | |
download | glibc-f347c3dbc22ca73a158012497616e684c9bdb855.tar.gz glibc-f347c3dbc22ca73a158012497616e684c9bdb855.tar.xz glibc-f347c3dbc22ca73a158012497616e684c9bdb855.zip |
Update.
1999-11-29 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Add define for SIGCLD als SIGCHLD. 1999-11-29 Andreas Jaeger <aj@suse.de> * manual/time.texi (Basic CPU Time): Better describe wrap around. Patch by Andries Brouwer <Andries.Brouwer@cwi.nl>. 1999-11-29 Ulrich Drepper <drepper@cygnus.com> * iconvdata/gconv-modules: Fix typos in LATIN8/L8 aliases. Patch by Bruno Haible <haible@ilog.fr>. 1999-11-29 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Remove K&R compatibility.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/signum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/signum.h b/sysdeps/unix/sysv/linux/sparc/bits/signum.h index 31a6901b1a..2e6fa883e4 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/signum.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/signum.h @@ -55,6 +55,7 @@ #define SIGTSTP 18 #define SIGCONT 19 #define SIGCHLD 20 +#define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */ #define SIGTTIN 21 #define SIGTTOU 22 #define SIGIO 23 |