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/Versions | |
parent | 07d641eba62594c93ea37d12b1d18fc3c5b64b6d (diff) | |
download | glibc-3737ff12bcf09b8724905483b57e063125e0f43c.zip glibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar.gz glibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar.bz2 |
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/Versions')
-rw-r--r-- | linuxthreads/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index e5348fc..92ec98d 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -134,5 +134,6 @@ libpthread { sem_timedwait; pthread_spin_destroy; pthread_spin_init; pthread_spin_lock; pthread_spin_trylock; pthread_spin_unlock; + pthread_getcpuclockid; } } |