forked from mirrors/tftp-hpa-google
Portability improvements. Now compiles and works on Solaris 8, as well
as Linux.
This commit is contained in:
parent
4003a672ce
commit
266427bc5b
10 changed files with 78 additions and 29 deletions
|
@ -75,7 +75,7 @@ extern char *xstrdup(const char *);
|
|||
/*
|
||||
* Signal-related stuff
|
||||
*/
|
||||
void bsd_signal(int, void (*)(int));
|
||||
void (*bsd_signal(int, void (*)(int)))(int);
|
||||
|
||||
#ifndef HAVE_SIGSETJMP
|
||||
#define sigsetjmp(x,y) setjmp(x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue