]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE. cvs/fedora-glibc-2_3_3-82
authorJakub Jelinek <jakub@redhat.com>
Sat, 20 Nov 2004 09:58:35 +0000 (09:58 +0000)
committerJakub Jelinek <jakub@redhat.com>
Sat, 20 Nov 2004 09:58:35 +0000 (09:58 +0000)
* pthread_cancel.c (pthread_create): Likewise.

nptl/ChangeLog
nptl/pthread_cancel.c
nptl/pthread_create.c

index dde6f3b99efe5cae9df69e94aa20932df18e5487..d95330d2b3118b5c43c99149d19c57428e7c3373 100644 (file)
@@ -1,5 +1,8 @@
 2004-11-20  Jakub Jelinek  <jakub@redhat.com>
 
+       * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.
+       * pthread_cancel.c (pthread_create): Likewise.
+
        * Makefile (libpthread-routines): Add vars.
        * sysdeps/pthread/createthread.c (__pthread_multiple_threads): Remove.
        * init.c (__default_stacksize, __is_smp): Remove.
index 8d1b8640f8b0efbb5d23b5be60d42ab925cbb21a..a13af56b37d027d4258f0035a912a6158b22d730 100644 (file)
@@ -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)
index fcfc5c6d97720934d168f38716927c97e28f74e8..bf41e9fcc99e0f3a755505d626fa066628c00904 100644 (file)
@@ -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)