summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/errno.c')
-rw-r--r--libc/sysdeps/linux/common/errno.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/sysdeps/linux/common/errno.c b/libc/sysdeps/linux/common/errno.c
deleted file mode 100644
index 0d500dc8f..000000000
--- a/libc/sysdeps/linux/common/errno.c
+++ /dev/null
@@ -1,9 +0,0 @@
-//#include <errno.h>
-
-int errno = 0;
-
-int * __attribute__ ((__weak__)) __errno_location ( void )
-{
- return &errno;
-}
-