david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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
1 changed files with 1 additions and 1 deletions

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 )