diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-14 23:51:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-14 23:51:01 +0000 |
commit | 670af0d939fa14479b5fc0a3a3ed07bd76935940 (patch) | |
tree | 36a0de3785b3ad1bc537148cd866ea36103a2ad1 /linuxthreads/Versions | |
parent | Update. (diff) | |
download | glibc-670af0d939fa14479b5fc0a3a3ed07bd76935940.tar.gz glibc-670af0d939fa14479b5fc0a3a3ed07bd76935940.tar.bz2 glibc-670af0d939fa14479b5fc0a3a3ed07bd76935940.zip |
Update.
1999-04-14 H.J. Lu <hjl@gnu.org>
* sunrpc/clnt_udp.c (is_network_up): New function.
(clntudp_call): Call is_network_up () to check if any network
interface is up in case of timeout.
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 2d553f1d10..df5355fdcb 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -13,6 +13,9 @@ libc { pthread_mutexattr_getkind_np; pthread_mutexattr_setkind_np; pthread_self; pthread_setcancelstate; pthread_setcanceltype; pthread_setschedparam; + + # Internal libc interface to libpthread + __libc_internal_tsd_get; __libc_internal_tsd_set; } GLIBC_2.1 { pthread_attr_init; |