FreeBSD compile errors - fix typo
authorHobby-Student <chris.onkel@gmx.de>
Thu, 1 May 2014 13:17:54 +0000 (15:17 +0200)
committerHobby-Student <chris.onkel@gmx.de>
Thu, 1 May 2014 13:17:54 +0000 (15:17 +0200)
winpr/libwinpr/synch/wait.c

index 4000fab..0de1714 100644 (file)
@@ -125,7 +125,7 @@ static int pthread_timedjoin_np(pthread_t td, void **res,
 }
 
 #if defined(__FreeBSD__)
-       static int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *timeout)
+       int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *timeout)
 #else
        static int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *timeout)
 #endif