home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
gnu
/
ixemul-39.47-env-bin.lha
/
include
/
sys
/
signal.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-09-05
|
190b
|
11 lines
#ifndef _SYS_SIGNAL_H_
#define _SYS_SIGNAL_H_
#include <signal.h>
/*
* If addr cannot be computed it is set to SIG_NOADDR.
*/
#define SIG_NOADDR ((char *)~0)
#endif /* _SYS_SIGNAL_H_ */