diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-16 01:18:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-16 01:18:43 +0000 |
commit | c269fdb42faa5bfe25453b03a2d74ebb68926d99 (patch) | |
tree | 37d54f45bf275e76565baffc393f568a288d6809 /linuxthreads/Versions | |
parent | 145b84138f8b1fca851196451ab0f21a054ae754 (diff) | |
download | glibc-c269fdb42faa5bfe25453b03a2d74ebb68926d99.tar.gz glibc-c269fdb42faa5bfe25453b03a2d74ebb68926d99.tar.xz glibc-c269fdb42faa5bfe25453b03a2d74ebb68926d99.zip |
Update.
* csu/Makefile ($(objpfx)version-info.h): Get OS name from uname and only fall back on using Linux.
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 92ec98da5f..5579bea011 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -135,5 +135,8 @@ libpthread { pthread_spin_destroy; pthread_spin_init; pthread_spin_lock; pthread_spin_trylock; pthread_spin_unlock; pthread_getcpuclockid; + + # Extensions. + pthread_yield; } } |