llvm-mos-sdk
common
include
errno.h
Go to the documentation of this file.
1
#ifndef _ERRNO_H_
2
#define _ERRNO_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
extern
int
_errno
;
9
#define errno _errno
10
11
#define EACCES 13
12
#define EAGAIN 11
13
#define EBADF 9
14
#define EBUSY 16
15
#define EDOM 33
16
#define EEXIST 17
17
#define EILSEQ 84
18
#define EINTR 4
19
#define EINVAL 22
20
#define EIO 5
21
#define ENODEV 19
22
#define ENOENT 2
23
#define ENOMEM 12
24
#define ENOSPC 28
25
#define ENOSYS 38
26
#define ENOEXEC 8
27
#define EMFILE 24
28
#define ERANGE 34
29
#define ESPIPE 29
30
31
#define EUNKNOWN 85
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#endif // not _ERRNO_H_
_errno
int _errno
Generated by
1.8.17