about summary refs log tree commit diff
path: root/stdio/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/stdio.h')
-rw-r--r--stdio/stdio.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/stdio/stdio.h b/stdio/stdio.h
index a48a07fe6d..90457271a5 100644
--- a/stdio/stdio.h
+++ b/stdio/stdio.h
@@ -745,15 +745,6 @@ extern int ferror_unlocked __P ((FILE *__stream));
 /* Print a message describing the meaning of the value of errno.  */
 extern void perror __P ((__const char *__s));
 
-#ifdef	__USE_BSD
-extern int sys_nerr;
-extern const char *const sys_errlist[];
-#endif
-#ifdef	__USE_GNU
-extern int _sys_nerr;
-extern const char *const _sys_errlist[];
-#endif
-
 
 #ifdef	__USE_POSIX
 /* Return the system file descriptor for STREAM.  */