summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/errno.h')
-rw-r--r--newlib/libc/include/errno.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/include/errno.h b/newlib/libc/include/errno.h
deleted file mode 100644
index 81eaef710..000000000
--- a/newlib/libc/include/errno.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __ERRNO_H__
-#define __ERRNO_H__
-
-typedef int error_t;
-
-#include <sys/errno.h>
-
-#endif /* !__ERRNO_H__ */