diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-20 09:55:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-20 09:55:44 +0000 |
commit | ef2bb4137e97a58204964299c2566b37705b7179 (patch) | |
tree | 3f1e0104b6c8dcb0bf4810519b20be063ddf5b95 /nptl/pthread_cancel.c | |
parent | 3a7fd2f921c0581f7783703d02d599ab2d133893 (diff) | |
download | glibc-ef2bb4137e97a58204964299c2566b37705b7179.tar.gz glibc-ef2bb4137e97a58204964299c2566b37705b7179.tar.xz glibc-ef2bb4137e97a58204964299c2566b37705b7179.zip |
Update. cvs/fedora-glibc-20041120T0949
* signal/signal.h: Add nonnull attributes.
Diffstat (limited to 'nptl/pthread_cancel.c')
-rw-r--r-- | nptl/pthread_cancel.c | 4 |
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) |