summaryrefslogtreecommitdiff
path: root/src/errno/__errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/__errno.c')
-rw-r--r--src/errno/__errno.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/errno/__errno.c b/src/errno/__errno.c
index e4a329f2..c4290902 100644
--- a/src/errno/__errno.c
+++ b/src/errno/__errno.c
@@ -1,3 +1,5 @@
+#if 0
+
#include "_perthread.h"
/*
@@ -14,3 +16,6 @@ int *__errno(void)
THREAD_LOCAL int e = 0;
return &e;
}
+
+
+#endif