Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/cc/defs/signal.h @ 1097:264588ae1cd4
Fixed cc-1.1 to cc
author | boisy |
---|---|
date | Wed, 09 Apr 2003 16:06:26 +0000 |
parents | dbf5071ac6ef |
children |
line wrap: on
line source
/* OS-9 signals */ #define SIGKILL 0 /* sytem abort (cannot be caught or ignored)*/ #define SIGWAKE 1 /* wake up */ #define SIGQUIT 2 /* keyboard abort */ #define SIGINT 3 /* keyboard interrupt */ /* special addresses */ #define SIG_DFL 0 #define SIG_IGN 1