summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-sal_osl_unx_system.hxx
blob: 9231c5fe9670b03566190e96f49d2d6250c23a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- sal/osl/unx/system.hxx.orig	2015-08-22 06:41:35 UTC
+++ sal/osl/unx/system.hxx
@@ -113,7 +113,9 @@
 #endif
 
 #ifdef FREEBSD
-#   define  ETIME ETIMEDOUT
+#   ifndef ETIME
+#       define ETIME ETIMEDOUT
+#   endif
 #   include <pthread.h>
 #   include <sys/sem.h>
 #   include <dlfcn.h>