|
|
coherent
/* (-lgl * COHERENT Version 3.0 * Copyright (c) 1982, 1990 by Mark Williams Company. * All rights reserved. May not be copied without permission. -lgl) */ /* * Machine dependent signals. */ #ifndef __SYS_MSIG_H__ #define __SYS_MSIG_H__ #define SIGDIVE 12 /* Divide error */ #define SIGOVFL 13 /* Overflow */ #define SIGNO14 14 /* Signal 14 */ #define SIGNO15 15 /* Signal 15 */ #define SIGNO16 16 /* Signal 16 */ #define NSIG 16 /* Number of signals */ /* * Special arguments to signal. */ #define SIG_DFL ((int(*)())0) /* Default */ #define SIG_IGN ((int(*)())1) /* Ignore */ #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.