diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-24 18:28:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-24 18:28:02 +0000 |
commit | 088f460f7527c6e99f393fa6fb1fc0cf87bb291c (patch) | |
tree | d4a3fda68e1c9cb0497f1c62567b6758ece9247c /nptl/ChangeLog | |
parent | 16feadf264b6508bc5583a56a2c7a7aaafc1e383 (diff) | |
download | glibc-088f460f7527c6e99f393fa6fb1fc0cf87bb291c.tar.gz glibc-088f460f7527c6e99f393fa6fb1fc0cf87bb291c.tar.xz glibc-088f460f7527c6e99f393fa6fb1fc0cf87bb291c.zip |
* scripts/check-local-headers.sh: New file.
* Makefile (tests): Run check-local-headers.sh. 2005-11-23 Thorsten Kukuk <kukuk@suse.de> * include/sys/sendfile.h: New file. 2005-11-24 Andreas Schwab <schwab@suse.de> * time/sys/time.h: Remove nonnull attribute from futimesat.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c61769a2d3..d30edd2efc 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2005-11-24 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h + (__cleanup_fct_attribute): Use __regparm__ not regparm. + + * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: When + compiling 32-bit code we must define __cleanup_fct_attribute. + 005-11-24 Jakub Jelinek <jakub@redhat.com> [BZ #1920] |