summaryrefslogtreecommitdiff
path: root/libc/include/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/errno.h')
-rw-r--r--libc/include/errno.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/libc/include/errno.h b/libc/include/errno.h
index c8d2002..fa8efb7 100644
--- a/libc/include/errno.h
+++ b/libc/include/errno.h
@@ -1,25 +1 @@
-#ifndef __ERRNO_H
-#define __ERRNO_H
-
-#include <features.h>
-#include <linuxmt/errno.h>
-
-#ifdef __USE_BSD
-extern int sys_nerr;
-extern char *sys_errlist[];
-#endif
-#ifdef __USE_GNU
-extern int _sys_nerr;
-extern char *_sys_errlist[];
-#endif
-
-extern int errno;
-
-__BEGIN_DECLS
-
-extern void perror __P ((__const char* __s));
-extern char* strerror __P ((int __errno));
-
-__END_DECLS
-
-#endif
+#include <sys/errno.h>