diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 20:58:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 20:58:54 +0000 |
commit | c2fa5b5a4f4d2f0f71918f4cd8b5b67a26d4b72c (patch) | |
tree | 3682f88638ed44e98e8c0d0c284d209d822b1804 /linuxthreads/Versions | |
parent | a828c2f5332fbee41968ccc57115d0d8fc105b85 (diff) | |
download | glibc-c2fa5b5a4f4d2f0f71918f4cd8b5b67a26d4b72c.tar.gz glibc-c2fa5b5a4f4d2f0f71918f4cd8b5b67a26d4b72c.tar.xz glibc-c2fa5b5a4f4d2f0f71918f4cd8b5b67a26d4b72c.zip |
Update.
1999-07-09 Cristian Gafton <gafton@redhat.com> * nscd/nscd_gethst_r.c (nscd_gethst_r): Make sure resultbuf->h_addr_list addresses are correctly aligned. * sysdeps/i386/bits/string.h (__memcpy_c): Help some stupid old compilers. (__memset_cc): Likewise.
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 6b95031820..66a8f46b5c 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -97,6 +97,8 @@ libpthread { pthread_mutexattr_gettype; pthread_mutexattr_settype; + sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait; + # helper functions __libc_current_sigrtmin; __libc_current_sigrtmax; __libc_allocate_rtsig; |