diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-20 09:58:35 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-20 09:58:35 +0000 |
commit | 8a2f63b734c8081b54dcf75b6d5438833d503f64 (patch) | |
tree | 36ba78bdfd3c950ea602e7358df33e3a1d356298 /nptl/pthread_create.c | |
parent | 7894035e1ce51595cd0bff5727ca0297295c527e (diff) | |
download | glibc-8a2f63b734c8081b54dcf75b6d5438833d503f64.tar glibc-8a2f63b734c8081b54dcf75b6d5438833d503f64.tar.gz glibc-8a2f63b734c8081b54dcf75b6d5438833d503f64.tar.bz2 glibc-8a2f63b734c8081b54dcf75b6d5438833d503f64.zip |
* pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.cvs/fedora-glibc-2_3_3-82
* pthread_cancel.c (pthread_create): Likewise.
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r-- | nptl/pthread_create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index fcfc5c6d97..bf41e9fcc9 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -515,6 +515,7 @@ PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_lock) PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_unlock) PTHREAD_STATIC_FN_REQUIRE (pthread_once) +PTHREAD_STATIC_FN_REQUIRE (pthread_cancel) PTHREAD_STATIC_FN_REQUIRE (pthread_key_create) PTHREAD_STATIC_FN_REQUIRE (pthread_setspecific) |