mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
13 lines
292 B
C++
13 lines
292 B
C++
--- 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>
|