This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcj cross-compilation problems (2)


> Date: Thu, 20 Apr 2000 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]