. service tells you which device it couldn't stat
[minix3.git] / lib / ack / h / m2_traps.h
blob9ea6330f0481210fb68ad4506bf469c3c7c76117
1 /* $Header$ */
2 /*
3 * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
4 * See the copyright notice in the ACK home directory, in the file "Copyright".
5 */
7 /* Modula-2 runtime errors */
9 #define M2_TOOLARGE 64 /* stack of process too large */
10 #define M2_TOOMANY 65 /* too many nested traps & handlers */
11 #define M2_NORESULT 66 /* no RETURN from procedure function */
12 #define M2_UOVFL 67 /* cardinal overflow */
13 #define M2_FORCH 68 /* FOR-loop control variable changed */
14 #define M2_UUVFL 69 /* cardinal underflow */
15 #define M2_INTERNAL 70 /* internal error, should not happen */
16 #define M2_UNIXSIG 71 /* unix signal */