FreeBSD compile errors - fix typo
This commit is contained in:
parent
03315cebe8
commit
7c8e1681cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user