]> granicus.if.org Git - strace/commitdiff
linux: add new errno values for EPROBE_DEFER and EOPENSTALE
authorSteve McIntyre <steve.mcintyre@linaro.org>
Wed, 24 Oct 2012 13:49:20 +0000 (14:49 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 26 Oct 2012 22:55:52 +0000 (22:55 +0000)
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>
linux/errnoent.h

index e43bff54ecc8a8e8668f75a11126c0290f59f167..c2ac683921cd1540301ab4aa52fa939106d2befb 100644 (file)
        "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 */