]> granicus.if.org Git - strace/commitdiff
hppa: rename ECANCELLED to ECANCELED
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 18:04:34 +0000 (18:04 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 21:36:46 +0000 (21:36 +0000)
hppa seems to be the only architecture that defines ECANCELLED synonym
for ECANCELED constant, other architectures just define ECANCELED.
Change the way how this constant is printed on hppa to be in line
with other architectures.

* linux/hppa/errnoent.h [253]: Rename ECANCELLED to ECANCELED.

linux/hppa/errnoent.h

index c78c03f7b75b45ec18b1474d8b086b7d4830434c..896980be41425fd592c13c4f6ba931ec26d905a2 100644 (file)
 [249] = "ELOOP",
 [251] = "ENOSYS",
 [252] = "ENOTSUP",
-[253] = "ECANCELLED",
+[253] = "ECANCELED",
 [254] = "EOWNERDEAD",
 [255] = "ENOTRECOVERABLE",
 [256] = "ERFKILL",