diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-13 07:30:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-13 07:30:27 +0000 |
commit | 3737ff12bcf09b8724905483b57e063125e0f43c (patch) | |
tree | f21c08bfcd0c032ebdd9c9e0f80f8ce5567f7e34 /linuxthreads/ChangeLog | |
parent | 07d641eba62594c93ea37d12b1d18fc3c5b64b6d (diff) | |
download | glibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar.gz glibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar.xz glibc-3737ff12bcf09b8724905483b57e063125e0f43c.zip |
Update.
2000-04-13 Ulrich Drepper <drepper@redhat.com> * posix/globtest.sh: Work around inconsistency with expanding ~/ in shell (PR libc/1690). Reported by patsmith@pobox.com.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index e129e8cbd5..d7c9b5f20f 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,11 @@ 2000-04-12 Ulrich Drepper <drepper@redhat.com> + * Makefile (libpthread-routines): Add getcpuclockid. + * Versions [libpthread] (GLIBC_2.2): Add pthread_getcpuclockid. + * sysdeps/pthread/getcpuclockid.c: New file. + * sysdeps/unix/sysv/linux/i386/getcpuclockid.c: New file. + * sysdeps/pthread/pthread.h: Add prototype for pthread_getcpuclockid. + * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS): Defined. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise. |