projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03315ce
)
FreeBSD compile errors - fix typo
author
Hobby-Student
<chris.onkel@gmx.de>
Thu, 1 May 2014 13:17:54 +0000
(15:17 +0200)
committer
Hobby-Student
<chris.onkel@gmx.de>
Thu, 1 May 2014 13:17:54 +0000
(15:17 +0200)
winpr/libwinpr/synch/wait.c
patch
|
blob
|
history
diff --git
a/winpr/libwinpr/synch/wait.c
b/winpr/libwinpr/synch/wait.c
index
4000fab
..
0de1714
100644
(file)
--- a/
winpr/libwinpr/synch/wait.c
+++ b/
winpr/libwinpr/synch/wait.c
@@
-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