This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [3.4-BIB]fixincludes failure on solaris
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 16 Dec 2002 09:39:15 -0800
- Subject: Re: [3.4-BIB]fixincludes failure on solaris
- References: <20021216150447.GS3824@kam.mff.cuni.cz>
Jan Hubicka <jh@suse.cz> writes:
> Hi,
> server.c requires SIGKILL to be defined that is defined by signal.h
> not included by system.h. That fails on solaris.
Odd, I had thought that it was included, but it isn't.
> What is the proper fix? SHould I include signal.h in system.h and add
> configure bits for that one?
No, as far as I know signal.h is universal. Apply a patch like the
one you posted, but with the #include <signal.h> AFTER all the other
includes.
zw