Forráskód Böngészése

[PARISC] Add ECANCELED to errno.h

add ECANCELED - SuSv3 wants one L.  IB/SDP actually returns this error.

Signed-off-by: Grant Grundler <grundler@parisc-linux.org>

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Grant Grundler 19 éve
szülő
commit
05aa10de70
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      include/asm-parisc/errno.h

+ 1 - 0
include/asm-parisc/errno.h

@@ -114,6 +114,7 @@
 
 
 #define ENOTSUP		252	/* Function not implemented (POSIX.4 / HPUX) */
 #define ENOTSUP		252	/* Function not implemented (POSIX.4 / HPUX) */
 #define ECANCELLED	253	/* aio request was canceled before complete (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 */
 /* for robust mutexes */
 #define EOWNERDEAD	254	/* Owner died */
 #define EOWNERDEAD	254	/* Owner died */