summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-sal_osl_unx_system.hxx
blob: 54fc10daf65e14b6d7296a54ca344b25dc2f5639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- sal/osl/unx/system.hxx.orig	2016-10-28 14:50:26 UTC
+++ sal/osl/unx/system.hxx
@@ -106,7 +106,9 @@
 #endif
 
 #ifdef FREEBSD
-#   define  ETIME ETIMEDOUT
+#   ifndef ETIME
+#       define ETIME ETIMEDOUT
+#   endif
 #   include <pthread.h>
 #   include <sys/sem.h>
 #   include <dlfcn.h>