summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2012-10-24 14:49:20 +0100
committerDmitry V. Levin <ldv@altlinux.org>2012-10-26 22:55:52 +0000
commitd6dbd998b723087f933f88a9e10843c6a7682fa2 (patch)
tree1379c1787589630e8f50bc6e0b3e55f99237d9e6 /linux
parent9679296d56e3c0a948b1b4dcce99fd3c9b253a3d (diff)
downloadstrace-d6dbd998b723087f933f88a9e10843c6a7682fa2.tar.gz
strace-d6dbd998b723087f933f88a9e10843c6a7682fa2.tar.bz2
strace-d6dbd998b723087f933f88a9e10843c6a7682fa2.tar.xz
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 <steve.mcintyre@linaro.org>
Diffstat (limited to 'linux')
-rw-r--r--linux/errnoent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/errnoent.h b/linux/errnoent.h
index e43bff5..c2ac683 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 */