Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
errno.h
Go to the documentation of this file.
1
4
#ifndef __ERRNO_H__
5
#define __ERRNO_H__
6
7
#define EPERM 1
8
#define ENOENT 2
9
#define ESRCH 3
10
#define EINTR 4
11
#define EIO 5
12
#define ENXIO 6
13
#define E2BIG 7
14
#define EBADF 9
15
#define EAGAIN 11
16
#define ENOMEM 12
17
#define EACCES 13
18
#define EFAULT 14
19
#define ENOTBLK 15
20
#define EBUSY 16
21
#define EEXIST 17
22
#define ENOTDIR 20
23
#define EINVAL 22
24
#define ENFILE 23
25
#define EMFILE 24
26
#define ENOTTY 25
27
#define ETXTBSY 26
28
#define EFBIG 27
29
#define ENOSPC 28
30
#define ESPIPE 29
31
#define EROFS 30
32
#define EDEADLK 45
33
#define ENOSYS 88
34
#define ENAMETOOLONG 91
35
#define EMSGSIZE 122
36
#define EOVERFLOW 139
38
#endif
Generated by
1.9.1