diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-19 12:28:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-19 12:28:46 +0000 |
commit | 79ede0e6148c6a566bc8ab3479fd4264d1ad62ba (patch) | |
tree | 8cfda1208640000261c2d95476afea93e48c38f0 | |
parent | 7f12722d6d86754574a9ca1fa52167b8575acf71 (diff) | |
download | glibc-79ede0e6148c6a566bc8ab3479fd4264d1ad62ba.tar.gz glibc-79ede0e6148c6a566bc8ab3479fd4264d1ad62ba.tar.xz glibc-79ede0e6148c6a566bc8ab3479fd4264d1ad62ba.zip |
1999-06-19 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/unix/sysv/linux/siglist.c: Moved to ... * sysdeps/gnu/siglist.c: ... here. Use <siglist.h> instead of "siglist.h", to ensure sysdeps-search. Use <bits/wordsize.h> instead of <sizes.h> to determine PTR_SIZE_STR. * sysdeps/gnu/siglist.h: New file, contents from linux version. Add entry for SIGLOST protected by #ifdef. * sysdeps/unix/sysv/linux/siglist.h: Just #include that file, and define OLD_SIGLIST_SIZE_STR. * sysdeps/mach/hurd/siglist.h: New file, likewise.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5cb83a8409..1829670edc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-06-19 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/unix/sysv/linux/siglist.c: Moved to ... + * sysdeps/gnu/siglist.c: ... here. + Use <siglist.h> instead of "siglist.h", to ensure sysdeps-search. + Use <bits/wordsize.h> instead of <sizes.h> to determine PTR_SIZE_STR. + * sysdeps/gnu/siglist.h: New file, contents from linux version. + Add entry for SIGLOST protected by #ifdef. + * sysdeps/unix/sysv/linux/siglist.h: Just #include that file, + and define OLD_SIGLIST_SIZE_STR. + * sysdeps/mach/hurd/siglist.h: New file, likewise. + 1999-06-18 Zack Weinberg <zack@rabi.columbia.edu> * include/features.h: Define new macros __GNUC_PREREQ and |