summaryrefslogtreecommitdiff
path: root/src/errno
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno')
-rw-r--r--src/errno/ERANGE.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/errno/ERANGE.h b/src/errno/ERANGE.h
index c6fb0bdf..f05d4b12 100644
--- a/src/errno/ERANGE.h
+++ b/src/errno/ERANGE.h
@@ -9,3 +9,9 @@ is used to indicated that the result of an operation is too large or too small.
/*
STDC(1)
*/
+
+
+#ifdef __linux__
+#undef ERANGE
+#define ERANGE 34
+#endif