File:  [MW Coherent from dump] / coherent / f / usr / include.78 / sys / msig.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.