summaryrefslogtreecommitdiff
path: root/nptl/pthread_cancel.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-11-20 09:58:35 +0000
committerJakub Jelinek <jakub@redhat.com>2004-11-20 09:58:35 +0000
commit8a2f63b734c8081b54dcf75b6d5438833d503f64 (patch)
tree36ba78bdfd3c950ea602e7358df33e3a1d356298 /nptl/pthread_cancel.c
parent7894035e1ce51595cd0bff5727ca0297295c527e (diff)
* 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_cancel.c')
-rw-r--r--nptl/pthread_cancel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl/pthread_cancel.c b/nptl/pthread_cancel.c
index 8d1b8640f8..a13af56b37 100644
--- a/nptl/pthread_cancel.c
+++ b/nptl/pthread_cancel.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -100,3 +100,5 @@ pthread_cancel (th)
return result;
}
+
+PTHREAD_STATIC_FN_REQUIRE (pthread_create)