summaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-20 09:55:44 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-20 09:55:44 +0000
commitef2bb4137e97a58204964299c2566b37705b7179 (patch)
tree3f1e0104b6c8dcb0bf4810519b20be063ddf5b95 /nptl/pthread_create.c
parent3a7fd2f921c0581f7783703d02d599ab2d133893 (diff)
* signal/signal.h: Add nonnull attributes.
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r--nptl/pthread_create.c1
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)