More signal-related patches for GDB

DJ Delorie dj@delorie.com
Wed Aug 18 09:24:00 GMT 1999


> 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.


More information about the Gdb-patches mailing list