From: Roland McGrath Date: Sat, 19 Jun 1999 12:28:46 +0000 (+0000) Subject: 1999-06-19 Roland McGrath X-Git-Tag: upstream/2.30~27121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79ede0e6148c6a566bc8ab3479fd4264d1ad62ba;p=external%2Fglibc.git 1999-06-19 Roland McGrath * sysdeps/unix/sysv/linux/siglist.c: Moved to ... * sysdeps/gnu/siglist.c: ... here. Use instead of "siglist.h", to ensure sysdeps-search. Use instead of 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. --- diff --git a/ChangeLog b/ChangeLog index 5cb83a8..1829670 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-06-19 Roland McGrath + + * sysdeps/unix/sysv/linux/siglist.c: Moved to ... + * sysdeps/gnu/siglist.c: ... here. + Use instead of "siglist.h", to ensure sysdeps-search. + Use instead of 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 * include/features.h: Define new macros __GNUC_PREREQ and