diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-29 02:17:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-29 02:17:58 +0000 |
commit | cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378 (patch) | |
tree | dd0d8e59f361269603b9a1dd7a3f93c289e2ec76 /nptl/ChangeLog | |
parent | d7fc4c6250867f42273468be715eb58d5c9a2ad0 (diff) | |
download | glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.tar glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.tar.gz glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.tar.bz2 glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.zip |
Update.
2002-11-28 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
require it to 200112L. Remove _POSIX_POLL and _POSIX_SELECT.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9f9a9e2c66..d641ee3a97 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,14 @@ 2002-11-28 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: New file. + + * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which + require it to 200112L. + + * sysdeps/unix/sysv/linux/i386/i486/lowlevelrwlock.S: Use cmov + instruction only if HAVE_CMOV is defined. + * sysdeps/unix/sysv/linux/i386/i686/lowlevelrwlock.S: Define HAVE_CMOV. + * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h: New file. * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: New file. |