forked from mirrors/tftp-hpa-google
Prototype cleanup; use "config.h" where appropriate
This commit is contained in:
parent
d9938a7d83
commit
d15a61abe6
5 changed files with 19 additions and 23 deletions
|
@ -4,11 +4,7 @@
|
|||
* Use sigaction() to simulate BSD signal()
|
||||
*/
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
void (*bsd_signal(int, void (*)(int)))(int);
|
||||
#include "config.h"
|
||||
|
||||
void (*bsd_signal(int signum, void (*handler)(int)))(int)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue