diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-09-02 20:43:11 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-09-02 20:43:11 +0000 |
| commit | c51edd3fdb40fa7b99a9060828d1b597664800a1 (patch) | |
| tree | 511f7c9900c02e574ce9b9043dad4c461af3b00a /meta/packages/uclibc/files/errno_values.h.patch | |
| parent | f1e0aeba07d38b94b0a52081902b253ab8cd28bd (diff) | |
| download | poky-c51edd3fdb40fa7b99a9060828d1b597664800a1.tar.gz | |
uclibc: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2659 311d38ba-8fff-0310-9ca6-ca027cbcb966
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, 21 insertions, 0 deletions
diff --git a/meta/packages/uclibc/files/errno_values.h.patch b/meta/packages/uclibc/files/errno_values.h.patch new file mode 100644 index 0000000000..a1e39c181b --- /dev/null +++ b/meta/packages/uclibc/files/errno_values.h.patch | |||
| @@ -0,0 +1,21 @@ | |||
| 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 */ | ||
