Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef _ASM_GENERIC_ERRNO_BASE_H |
| 8 | #define _ASM_GENERIC_ERRNO_BASE_H |
| 9 | #define EPERM 1 |
| 10 | #define ENOENT 2 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | #define ESRCH 3 |
| 12 | #define EINTR 4 |
| 13 | #define EIO 5 |
| 14 | #define ENXIO 6 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 15 | #define E2BIG 7 |
| 16 | #define ENOEXEC 8 |
| 17 | #define EBADF 9 |
| 18 | #define ECHILD 10 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 19 | #define EAGAIN 11 |
| 20 | #define ENOMEM 12 |
| 21 | #define EACCES 13 |
| 22 | #define EFAULT 14 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 23 | #define ENOTBLK 15 |
| 24 | #define EBUSY 16 |
| 25 | #define EEXIST 17 |
| 26 | #define EXDEV 18 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 27 | #define ENODEV 19 |
| 28 | #define ENOTDIR 20 |
| 29 | #define EISDIR 21 |
| 30 | #define EINVAL 22 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 31 | #define ENFILE 23 |
| 32 | #define EMFILE 24 |
| 33 | #define ENOTTY 25 |
| 34 | #define ETXTBSY 26 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 35 | #define EFBIG 27 |
| 36 | #define ENOSPC 28 |
| 37 | #define ESPIPE 29 |
| 38 | #define EROFS 30 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 39 | #define EMLINK 31 |
| 40 | #define EPIPE 32 |
| 41 | #define EDOM 33 |
| 42 | #define ERANGE 34 |
Nick Kralevich | a67e4de | 2013-01-14 11:28:26 -0800 | [diff] [blame] | 43 | #endif |