summaryrefslogtreecommitdiff
path: root/sal/osl/unx/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/system.h')
-rw-r--r--sal/osl/unx/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index 8cb77c9b7fc8..1cb0979490c0 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -123,6 +123,11 @@
# define NO_PTHREAD_PRIORITY
# define PTHREAD_SIGACTION pthread_sigaction
#endif
+
+# ifndef ETIME
+# define ETIME ETIMEDOUT
+# endif
+
#endif
#ifdef NETBSD