libgcj cross-compilation problems (2)
Andrew Haley
aph@pasanda.cygnus.co.uk
Thu Apr 20 08:35:00 GMT 2000
> Date: 2000年4月20日 14:52:07 +0100 (BST)
> From: Chris Dornan <cdornan@arm.com>
>> sigaction (SIGPIPE, &act, NULL);
>> Does anyone know why <sys/signal.h> wouldn't support this?
Signals are an operating system issue. You need to provide suitable
headers and handlers for your target environment, whatever it may be.
If your target doesn't support POSIX signals, take this out.
Andrew.
More information about the Java
mailing list