summaryrefslogtreecommitdiff
path: root/tz/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'tz/private.h')
-rw-r--r--tz/private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tz/private.h b/tz/private.h
index 9b9389f..9c31ec5 100644
--- a/tz/private.h
+++ b/tz/private.h
@@ -168,6 +168,9 @@
# define EINVAL ERANGE
#endif
+#ifndef ELOOP
+# define ELOOP EINVAL
+#endif
#ifndef ENAMETOOLONG
# define ENAMETOOLONG EINVAL
#endif