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_H 8 #define _ASM_GENERIC_ERRNO_H 9 #include <asm-generic/errno-base.h> 10 #define EDEADLK 35 11 #define ENAMETOOLONG 36 12 #define ENOLCK 37 13 #define ENOSYS 38 14 #define ENOTEMPTY 39 15 #define ELOOP 40 16 #define EWOULDBLOCK EAGAIN 17 #define ENOMSG 42 18 #define EIDRM 43 19 #define ECHRNG 44 20 #define EL2NSYNC 45 21 #define EL3HLT 46 22 #define EL3RST 47 23 #define ELNRNG 48 24 #define EUNATCH 49 25 #define ENOCSI 50 26 #define EL2HLT 51 27 #define EBADE 52 28 #define EBADR 53 29 #define EXFULL 54 30 #define ENOANO 55 31 #define EBADRQC 56 32 #define EBADSLT 57 33 #define EDEADLOCK EDEADLK 34 #define EBFONT 59 35 #define ENOSTR 60 36 #define ENODATA 61 37 #define ETIME 62 38 #define ENOSR 63 39 #define ENONET 64 40 #define ENOPKG 65 41 #define EREMOTE 66 42 #define ENOLINK 67 43 #define EADV 68 44 #define ESRMNT 69 45 #define ECOMM 70 46 #define EPROTO 71 47 #define EMULTIHOP 72 48 #define EDOTDOT 73 49 #define EBADMSG 74 50 #define EOVERFLOW 75 51 #define ENOTUNIQ 76 52 #define EBADFD 77 53 #define EREMCHG 78 54 #define ELIBACC 79 55 #define ELIBBAD 80 56 #define ELIBSCN 81 57 #define ELIBMAX 82 58 #define ELIBEXEC 83 59 #define EILSEQ 84 60 #define ERESTART 85 61 #define ESTRPIPE 86 62 #define EUSERS 87 63 #define ENOTSOCK 88 64 #define EDESTADDRREQ 89 65 #define EMSGSIZE 90 66 #define EPROTOTYPE 91 67 #define ENOPROTOOPT 92 68 #define EPROTONOSUPPORT 93 69 #define ESOCKTNOSUPPORT 94 70 #define EOPNOTSUPP 95 71 #define EPFNOSUPPORT 96 72 #define EAFNOSUPPORT 97 73 #define EADDRINUSE 98 74 #define EADDRNOTAVAIL 99 75 #define ENETDOWN 100 76 #define ENETUNREACH 101 77 #define ENETRESET 102 78 #define ECONNABORTED 103 79 #define ECONNRESET 104 80 #define ENOBUFS 105 81 #define EISCONN 106 82 #define ENOTCONN 107 83 #define ESHUTDOWN 108 84 #define ETOOMANYREFS 109 85 #define ETIMEDOUT 110 86 #define ECONNREFUSED 111 87 #define EHOSTDOWN 112 88 #define EHOSTUNREACH 113 89 #define EALREADY 114 90 #define EINPROGRESS 115 91 #define ESTALE 116 92 #define EUCLEAN 117 93 #define ENOTNAM 118 94 #define ENAVAIL 119 95 #define EISNAM 120 96 #define EREMOTEIO 121 97 #define EDQUOT 122 98 #define ENOMEDIUM 123 99 #define EMEDIUMTYPE 124 100 #define ECANCELED 125 101 #define ENOKEY 126 102 #define EKEYEXPIRED 127 103 #define EKEYREVOKED 128 104 #define EKEYREJECTED 129 105 #define EOWNERDEAD 130 106 #define ENOTRECOVERABLE 131 107 #define ERFKILL 132 108 #define EHWPOISON 133 109 #endif 110