diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 18:43:30 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 18:43:30 -0800 |
commit | 33780b6d332af9d94216eff880734be7748c2269 (patch) | |
tree | ee7dc2eaa2735aba018a66b81e5a119fc4a3ef2c /ChangeLog | |
parent | 99d46ae3794830e996717a53c8551d758a64eeb5 (diff) | |
download | glibc-33780b6d332af9d94216eff880734be7748c2269.tar glibc-33780b6d332af9d94216eff880734be7748c2269.tar.gz glibc-33780b6d332af9d94216eff880734be7748c2269.tar.bz2 glibc-33780b6d332af9d94216eff880734be7748c2269.zip |
FIx up signal.h for XPG7.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2010-01-10 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER, + and SA_RESETHAND now available in Base. + * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise. + * conform/data/signal.h-data: Update for XPG7. + * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7. * string/strings.h: Don't declare obsolete functions for XPG7. @@ -15,6 +22,8 @@ * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7. + * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7. + 2010-01-10 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl: For XPG7 testing the headers are supposed to |