Subject: Re: signal.h prototypes
To: John M Vinopal <banshee@gabriella.resort.com>
From: VaX#n8 <vax@linkdead.paranoia.com>
List: port-i386
Date: 05/13/1996 21:55:55
In message <199605090800.BAA18381@gabriella.resort.com>, John M Vinopal writes:
>/usr/include/sys/signal.h:124: syntax error before `__P'
>comments?  ideas?

Aside from #include-ing <sys/cdefs.h> in <sys/signal.h>, no :)


vax@linkdead bash$ cat foo.c 
#include <sys/cdefs.h>
#include <sys/signal.h>
vax@linkdead bash$ gcc -c foo.c
vax@linkdead bash$