Index: /trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp	(revision 43558)
+++ /trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp	(revision 43559)
@@ -275,7 +275,7 @@
     else
     {
+        struct timespec     ts = {0,0};
 #if defined(RT_OS_DARWIN) || defined(RT_OS_HAIKU)
 
-        struct timespec     ts = {0,0};
         struct timeval      tv = {0,0};
         gettimeofday(&tv, NULL);
