home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
gnu
/
ixemul-39.47-env-bin.lha
/
include
/
sys
/
signal.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-06
|
190 b
|
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_ */