Give the pthread_kill() prototype here, as required.

This commit is contained in:
nathanw 2003-07-16 21:15:43 +00:00
parent c35f5dd38e
commit ffb042ea86
1 changed files with 2 additions and 1 deletions

View File

@ -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 *));