X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Ferrno.h;h=e2f3ddc796be0082a685c43a40a1e42c10a69357;hb=e31a94ed371c70855eb30b77c490d6d85dd4da26;hp=08464c4054717ce4722bc35627e7072afcd3ab58;hpb=07342d623b8e1ac9501a36a0da55cbce1117aeaf;p=linux-2.6 diff --git a/include/asm-parisc/errno.h b/include/asm-parisc/errno.h index 08464c4054..e2f3ddc796 100644 --- a/include/asm-parisc/errno.h +++ b/include/asm-parisc/errno.h @@ -114,6 +114,7 @@ #define ENOTSUP 252 /* Function not implemented (POSIX.4 / HPUX) */ #define ECANCELLED 253 /* aio request was canceled before complete (POSIX.4 / HPUX) */ +#define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ /* for robust mutexes */ #define EOWNERDEAD 254 /* Owner died */