1 /*
2  * Copyright (c) 1980 Regents of the University of California.
3  * All rights reserved.  The Berkeley software License Agreement
4  * specifies the terms and conditions for redistribution.
5  *
6  *	@(#)pxerrors.h	5.1 (Berkeley) 06/07/85
7  */
8 
9 #define NERRORS 39
10 
11 char *pxerrmsg[];
12 
13 #define ESIGNAL		SIGTRAP
14 
15 #define ESTKOVER	37
16 #define EOVERFLOW	39
17