diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 00c7710658..8dd1c05efe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 |