This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: More signal-related patches for GDB



> I don't know.  Is it okay to pass SIG_ERR to `signal'?  I thought it
> wasn't.

POSIX only mentions SIG_DFL and SIG_IGN.  Perhaps we could use "#ifdef
SIG_ERR" ?  That would force errors on all platforms that support it
(djgpp, linux), yet still use the default (SIG_DFL) on other
platforms.

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