Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/cc/defs/signal.h @ 2229:918c7c68ea4d
Made formats quiet
author | boisy |
---|---|
date | Sun, 22 Mar 2009 12:21:59 +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