2011-11-22 17:26:47 +01:00
|
|
|
#ifndef _ERRNO_VALUES_DECL
|
|
|
|
#define _ERRNO_VALUES_DECL
|
|
|
|
|
|
|
|
#define ENOTBLK 12
|
|
|
|
#define ENODEV 13
|
|
|
|
#define EWOULDBLOCK 14
|
|
|
|
#define EBADF 15
|
|
|
|
#define EOVERFLOW 16
|
|
|
|
#define ENOENT 17
|
|
|
|
#define ENOSPC 18
|
|
|
|
#define EEXIST 19
|
|
|
|
#define EROFS 20
|
|
|
|
#define EINVAL 21
|
|
|
|
#define ENOTDIR 22
|
|
|
|
#define ENOMEM 23
|
|
|
|
#define ERANGE 24
|
|
|
|
#define EISDIR 25
|
|
|
|
#define EPERM 26
|
|
|
|
#define EIO 27
|
2011-11-22 18:06:40 +01:00
|
|
|
#define ENOEXEC 28
|
2011-11-22 18:21:01 +01:00
|
|
|
#define EACCESS 29
|
2011-09-15 22:38:40 +02:00
|
|
|
#define ESRCH 30
|
2011-11-26 20:56:45 +01:00
|
|
|
#define ENOTTY 31
|
2011-12-01 14:54:19 +01:00
|
|
|
#define ECHILD 32
|
2012-01-14 16:09:30 +01:00
|
|
|
#define ENOSYS 33
|
2012-01-18 15:40:31 +01:00
|
|
|
#define ENOTSUP 34
|
2012-01-22 18:49:04 +01:00
|
|
|
#define EBLOCKING 35
|
2012-03-03 01:06:32 +01:00
|
|
|
#define ELAKE 41
|
2011-11-22 17:26:47 +01:00
|
|
|
|
|
|
|
#endif
|