for now, pull in <pthread_types.h> to get pthread_t for the

pthread_kill() prototype to work ...

this is probably not the correct long term solution, but the tree is
currently broken without it...
This commit is contained in:
lukem 2003-07-18 08:53:42 +00:00
parent 6d22656bee
commit f46e3353de
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: signal.h,v 1.29 2003/07/17 23:04:43 nathanw Exp $ */
/* $NetBSD: signal.h,v 1.30 2003/07/18 08:53:42 lukem Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -48,6 +48,8 @@
#include <sys/signal.h>
#include <pthread_types.h>
#if defined(_NETBSD_SOURCE)
extern __const char *__const *sys_signame __RENAME(__sys_signame14);
#ifndef __SYS_SIGLIST_DECLARED