1 Upstream-Status: Backport
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
9 New definitions match updates in Linux 3.4 and Linux 3.5 respectively.
11 * linux/errnoent.h (ERRNO_517): Change to EPROBE_DEFER.
12 (ERRNO_518): Change to EOPENSTALE.
14 Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
16 linux/errnoent.h | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
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
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 */