diff options
Diffstat (limited to 'src/include/errno.h')
-rw-r--r-- | src/include/errno.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/errno.h b/src/include/errno.h index 3273be7f2..68966bd96 100644 --- a/src/include/errno.h +++ b/src/include/errno.h @@ -176,8 +176,6 @@ extern int errno; -extern const char * strerror ( int errno ); - struct errortab { int errno; const char *text; |