Move strerror() prototype to string.h, where it belongs

This commit is contained in:
Michael Brown
2006-12-20 03:35:49 +00:00
parent 04da3556f9
commit e5f0898f38
2 changed files with 2 additions and 2 deletions

View File

@@ -176,8 +176,6 @@
extern int errno;
extern const char * strerror ( int errno );
struct errortab {
int errno;
const char *text;