Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/include/signal.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/signal.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- src/include/signal.h 2003/04/28 23:16:14 1.25 +++ src/include/signal.h 2003/07/16 21:15:43 1.26 @@ -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 *));