diff options
| author | nathanw <nathanw@NetBSD.org> | 2003-07-16 21:15:43 +0000 |
|---|---|---|
| committer | nathanw <nathanw@NetBSD.org> | 2003-07-16 21:15:43 +0000 |
| commit | ffb042ea86960df18a455af6146db7ac3c88c5fa (patch) | |
| tree | 39fa4808735c9a4a59523fa695254a214ea2f07a /include | |
| parent | c35f5dd38ed84329246c04bf728c5cf372f6a672 (diff) | |
Give the pthread_kill() prototype here, as required.
Diffstat (limited to 'include')
| -rw-r--r-- | include/signal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/signal.h b/include/signal.h index e6292032bb8..4337efea63d 100644 --- a/include/signal.h +++ b/include/signal.h @@ -1,4 +1,4 @@ -/* $NetBSD: signal.h,v 1.25 2003/04/28 23:16:14 bjh21 Exp $ */ +/* $NetBSD: signal.h,v 1.26 2003/07/16 21:15:43 nathanw Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -64,6 +64,7 @@ int raise __P((int)); int kill __P((pid_t, int)); int pthread_sigmask __P((int, const sigset_t *, sigset_t *)); +int pthread_kill __P((pthread_t, int)); #ifdef __LIBC12_SOURCE__ int sigaction __P((int, const struct sigaction13 *, struct sigaction13 *)); |
