7 lines
91 B
C
7 lines
91 B
C
#ifndef LINUX_ERRNO_H_
|
|
#define LINUX_ERRNO_H_
|
|
|
|
#define EINVAL 22
|
|
|
|
#endif // LINUX_ERRNO_H_
|