Skip to content

Commit

Permalink
[PARISC] Add ECANCELED to errno.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Grant Grundler authored and Kyle McMartin committed Oct 22, 2005
1 parent 618febd commit 05aa10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-parisc/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 05aa10d

Please sign in to comment.