1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _ASM_GENERIC_ERRNO_BASE_H 8 #define _ASM_GENERIC_ERRNO_BASE_H 9 #define EPERM 1 10 #define ENOENT 2 11 #define ESRCH 3 12 #define EINTR 4 13 #define EIO 5 14 #define ENXIO 6 15 #define E2BIG 7 16 #define ENOEXEC 8 17 #define EBADF 9 18 #define ECHILD 10 19 #define EAGAIN 11 20 #define ENOMEM 12 21 #define EACCES 13 22 #define EFAULT 14 23 #define ENOTBLK 15 24 #define EBUSY 16 25 #define EEXIST 17 26 #define EXDEV 18 27 #define ENODEV 19 28 #define ENOTDIR 20 29 #define EISDIR 21 30 #define EINVAL 22 31 #define ENFILE 23 32 #define EMFILE 24 33 #define ENOTTY 25 34 #define ETXTBSY 26 35 #define EFBIG 27 36 #define ENOSPC 28 37 #define ESPIPE 29 38 #define EROFS 30 39 #define EMLINK 31 40 #define EPIPE 32 41 #define EDOM 33 42 #define ERANGE 34 43 #endif 44