diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-13 05:59:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-13 05:59:06 +0000 |
commit | 07d641eba62594c93ea37d12b1d18fc3c5b64b6d (patch) | |
tree | 3d2bfc696a3286491df8983b60dda9c13015259e /linuxthreads/ChangeLog | |
parent | d8d914df6806c6057b20c7311cad0bc2ac201c03 (diff) | |
download | glibc-07d641eba62594c93ea37d12b1d18fc3c5b64b6d.tar.gz glibc-07d641eba62594c93ea37d12b1d18fc3c5b64b6d.tar.xz glibc-07d641eba62594c93ea37d12b1d18fc3c5b64b6d.zip |
Update.
* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS): Defined. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0bd8a4a5cd..e129e8cbd5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,9 @@ 2000-04-12 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS): + Defined. + * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise. + * sysdeps/pthread/pthread.h: Add prototypes for pthread_spin_init, pthread_spin_destroy, pthread_spin_lock, pthread_spin_trylock, and pthread_spin_unlock. |