mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-13 23:01:31 +00:00
Move strerror() prototype to string.h, where it belongs
This commit is contained in:
parent
04da3556f9
commit
e5f0898f38
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user