From: Steve McIntyre Date: Wed, 24 Oct 2012 13:49:20 +0000 (+0100) Subject: linux: add new errno values for EPROBE_DEFER and EOPENSTALE X-Git-Tag: v4.8~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6dbd998b723087f933f88a9e10843c6a7682fa2;p=strace linux: add new errno values for EPROBE_DEFER and EOPENSTALE New definitions match updates in Linux 3.4 and Linux 3.5 respectively. * linux/errnoent.h (ERRNO_517): Change to EPROBE_DEFER. (ERRNO_518): Change to EOPENSTALE. Signed-off-by: Steve McIntyre --- diff --git a/linux/errnoent.h b/linux/errnoent.h index e43bff54..c2ac6839 100644 --- a/linux/errnoent.h +++ b/linux/errnoent.h @@ -519,8 +519,8 @@ "ERESTARTNOHAND", /* 514 */ "ENOIOCTLCMD", /* 515 */ "ERESTART_RESTARTBLOCK", /* 516 */ - "ERRNO_517", /* 517 */ - "ERRNO_518", /* 518 */ + "EPROBE_DEFER", /* 517 */ + "EOPENSTALE", /* 518 */ "ERRNO_519", /* 519 */ "ERRNO_520", /* 520 */ "EBADHANDLE", /* 521 */