mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-06 21:05:35 +00: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;
|
||||
|
@ -68,4 +68,6 @@ char * strstr(const char * s1,const char * s2);
|
||||
void * memchr(const void *s, int c, size_t n);
|
||||
char * strdup(const char *s);
|
||||
|
||||
extern const char * strerror ( int errno );
|
||||
|
||||
#endif /* ETHERBOOT_STRING */
|
||||
|
Reference in New Issue
Block a user