mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
Split error-message table portions of errno.h out to gpxe/errortab.h
This commit is contained in:
@@ -170,17 +170,6 @@
|
||||
#define ETIMEDOUT 0xf6 /**< Connection timed out */
|
||||
#define EWOULDBLOCK EAGAIN /**< Resource temporarily unavailable */
|
||||
|
||||
/* Data structures and declarations */
|
||||
|
||||
#include <gpxe/tables.h>
|
||||
|
||||
extern int errno;
|
||||
|
||||
struct errortab {
|
||||
int errno;
|
||||
const char *text;
|
||||
};
|
||||
|
||||
#define __errortab __table(errortab,01)
|
||||
|
||||
#endif /* ERRNO_H */
|
||||
|
||||
Reference in New Issue
Block a user