. service tells you which device it couldn't stat
[minix3.git] / lib / ack / h / em_abs.h
blob9855cff5a32a0cb6988cdc6b49b86117d541ece2
1 /* $Header$ */
2 /*
3 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4 * See the copyright notice in the ACK home directory, in the file "Copyright".
5 */
6 #define LINO_AD 0
7 #define FILN_AD 4
9 #define LINO (*(int *)(_hol0()+LINO_AD))
10 #define FILN (*(char **)(_hol0()+FILN_AD))
12 #define EARRAY 0
13 #define ERANGE 1
14 #define ESET 2
15 #define EIOVFL 3
16 #define EFOVFL 4
17 #define EFUNFL 5
18 #define EIDIVZ 6
19 #define EFDIVZ 7
20 #define EIUND 8
21 #define EFUND 9
22 #define ECONV 10
24 #define ESTACK 16
25 #define EHEAP 17
26 #define EILLINS 18
27 #define EODDZ 19
28 #define ECASE 20
29 #define EMEMFLT 21
30 #define EBADPTR 22
31 #define EBADPC 23
32 #define EBADLAE 24
33 #define EBADMON 25
34 #define EBADLIN 26
35 #define EBADGTO 27