[LINUX]: #undef signal.
This commit is contained in:
parent
714fd2eafb
commit
2c02935314
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
|||
#define SIGIO SIGUSR1
|
||||
#endif
|
||||
|
||||
#ifdef LINUX
|
||||
/* Perhaps this is correct unconditionally. */
|
||||
#undef signal
|
||||
#endif
|
||||
|
||||
|
||||
extern int errno;
|
||||
extern char *sys_errlist[], *malloc ();
|
||||
extern time_t time ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue