2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-26 03:09:12 +00:00

[libc] Whitespace cleanup in errno.h

This commit is contained in:
Michael Brown 2008-03-26 22:57:25 +00:00
parent d810dc5be2
commit 4b267ed713

View File

@ -449,7 +449,7 @@ extern char missing_errfile_declaration[] __attribute__ (( deprecated ));
#define ETXTBSY ( ERRFILE | PXENV_STATUS_FAILURE | 0x4d000000 )
/** Operation would block (different from EAGAIN!) */
#define EWOULDBLOCK ( ERRFILE | PXENV_STATUS_TFTP_OPEN | 0x4e000000 )
#define EWOULDBLOCK ( ERRFILE | PXENV_STATUS_TFTP_OPEN | 0x4e000000 )
/** Improper link */
#define EXDEV ( ERRFILE | PXENV_STATUS_FAILURE | 0x4f000000 )