]> code.ossystems Code Review - openembedded-core.git/blob
1f84d46ad0478be84878d3a40742411c53fbf198
[openembedded-core.git] /
1 Upstream-Status: Backport
2
3 From d6dbd998b723087f933f88a9e10843c6a7682fa2 Mon Sep 17 00:00:00 2001
4 From: Steve McIntyre <steve.mcintyre@linaro.org>
5 Date: Wed, 24 Oct 2012 14:49:20 +0100
6 Subject: [PATCH 26/31] linux: add new errno values for EPROBE_DEFER and
7  EOPENSTALE
8
9 New definitions match updates in Linux 3.4 and Linux 3.5 respectively.
10
11 * linux/errnoent.h (ERRNO_517): Change to EPROBE_DEFER.
12 (ERRNO_518): Change to EOPENSTALE.
13
14 Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
15 ---
16  linux/errnoent.h | 4 ++--
17  1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/linux/errnoent.h b/linux/errnoent.h
20 index e43bff5..c2ac683 100644
21 --- a/linux/errnoent.h
22 +++ b/linux/errnoent.h
23 @@ -519,8 +519,8 @@
24         "ERESTARTNOHAND", /* 514 */
25         "ENOIOCTLCMD", /* 515 */
26         "ERESTART_RESTARTBLOCK", /* 516 */
27 -       "ERRNO_517", /* 517 */
28 -       "ERRNO_518", /* 518 */
29 +       "EPROBE_DEFER", /* 517 */
30 +       "EOPENSTALE", /* 518 */
31         "ERRNO_519", /* 519 */
32         "ERRNO_520", /* 520 */
33         "EBADHANDLE", /* 521 */
34 -- 
35 1.8.0
36