mirror of
https://github.com/ipxe/ipxe
synced 2026-02-09 07:10:39 +03:00
Move strerror() prototype to string.h, where it belongs
This commit is contained in:
@@ -176,8 +176,6 @@
|
||||
|
||||
extern int errno;
|
||||
|
||||
extern const char * strerror ( int errno );
|
||||
|
||||
struct errortab {
|
||||
int errno;
|
||||
const char *text;
|
||||
|
||||
Reference in New Issue
Block a user