]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/errno.h
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid
[linux-2.6-omap-h63xx.git] / include / asm-parisc / errno.h
index 08464c4054717ce4722bc35627e7072afcd3ab58..e2f3ddc796be0082a685c43a40a1e42c10a69357 100644 (file)
 
 #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 */