|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright (c) 1982, 1990 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: /* ! 7: * Machine dependent signals. ! 8: */ ! 9: ! 10: #ifndef __SYS_MSIG_H__ ! 11: #define __SYS_MSIG_H__ ! 12: ! 13: #define SIGDIVE 12 /* Divide error */ ! 14: #define SIGOVFL 13 /* Overflow */ ! 15: #define SIGNO14 14 /* Signal 14 */ ! 16: #define SIGNO15 15 /* Signal 15 */ ! 17: #define SIGNO16 16 /* Signal 16 */ ! 18: #define NSIG 16 /* Number of signals */ ! 19: ! 20: /* ! 21: * Special arguments to signal. ! 22: */ ! 23: #define SIG_DFL ((int(*)())0) /* Default */ ! 24: #define SIG_IGN ((int(*)())1) /* Ignore */ ! 25: ! 26: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.