Pristine Ack-5.5
[Ack-5.5.git] / include / _tail_mon / errno.h
1 /* $Id: errno.h,v 1.4 1994/06/24 11:04:16 ceriel Exp $ */
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 /*
7  * Error codes
8  */
9
10 #define EPERM   1
11 #define ENOENT  2
12 #define ESRCH   3
13 #define EINTR   4
14 #define EIO     5
15 #define ENXIO   6
16 #define E2BIG   7
17 #define ENOEXEC 8
18 #define EBADF   9
19 #define ECHILD  10
20 #define EAGAIN  11
21 #define ENOMEM  12
22 #define EACCES  13
23 #define EFAULT  14
24 #define ENOTBLK 15
25 #define EBUSY   16
26 #define EEXIST  17
27 #define EXDEV   18
28 #define ENODEV  19
29 #define ENOTDIR 20
30 #define EISDIR  21
31 #define EINVAL  22
32 #define ENFILE  23
33 #define EMFILE  24
34 #define ENOTTY  25
35 #define ETXTBSY 26
36 #define EFBIG   27
37 #define ENOSPC  28
38 #define ESPIPE  29
39 #define EROFS   30
40 #define EMLINK  31
41 #define EPIPE   32
42
43 /* math software */
44 #define EDOM    33
45 #define ERANGE  34
46
47 #define EQUOT   35