diff options
Diffstat (limited to 'meta/packages/uclibc/files/errno_values.h.patch')
| -rw-r--r-- | meta/packages/uclibc/files/errno_values.h.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/uclibc/files/errno_values.h.patch b/meta/packages/uclibc/files/errno_values.h.patch deleted file mode 100644 index a1e39c181b..0000000000 --- a/meta/packages/uclibc/files/errno_values.h.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | Index: uClibc-0.9.29/libc/sysdeps/linux/common/bits/errno_values.h | ||
| 2 | =================================================================== | ||
| 3 | --- uClibc-0.9.29/libc/sysdeps/linux/common/bits/errno_values.h 2002-08-23 20:48:19.000000000 +0200 | ||
| 4 | +++ uClibc-0.9.29/libc/sysdeps/linux/common/bits/errno_values.h 2007-07-01 22:11:53.000000000 +0200 | ||
| 5 | @@ -134,4 +134,16 @@ | ||
| 6 | #define ENOMEDIUM 123 /* No medium found */ | ||
| 7 | #define EMEDIUMTYPE 124 /* Wrong medium type */ | ||
| 8 | |||
| 9 | +/* the following errornumbers are only in 2.6 */ | ||
| 10 | + | ||
| 11 | +#define ECANCELED 125 /* Operation Canceled */ | ||
| 12 | +#define ENOKEY 126 /* Required key not available */ | ||
| 13 | +#define EKEYEXPIRED 127 /* Key has expired */ | ||
| 14 | +#define EKEYREVOKED 128 /* Key has been revoked */ | ||
| 15 | +#define EKEYREJECTED 129 /* Key was rejected by service */ | ||
| 16 | + | ||
| 17 | +/* for robust mutexes */ | ||
| 18 | +#define EOWNERDEAD 130 /* Owner died */ | ||
| 19 | +#define ENOTRECOVERABLE 131 /* State not recoverable */ | ||
| 20 | + | ||
| 21 | #endif /* _BITS_ERRNO_VALUES_H */ | ||
