Fixed as of r1790546
> On Apr 7, 2017, at 8:39 AM, Jim Jagielski <[email protected]> wrote:
>
> New error:
>
> /bin/sh /Users/jim/src/asf/code/dev/apr-trunk/libtool --silent --mode=compile
> gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK
> -DDARWIN_10 -I../include -I./../include -I/usr/local//include -o
> testlockperf.lo -c testlockperf.c && touch testlockperf.lo
> testlockperf.c:64:72: error: too few arguments to function call, expected 3,
> have 2
> apr_thread_mutex_timedlock(thread_lock, *(apr_time_t *)data);
> ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
> ../include/apr_thread_mutex.h:93:13: note: 'apr_thread_mutex_timedlock'
> declared here
> APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t
> *mutex,
> ^
> 1 error generated.
> make[1]: *** [testlockperf.lo] Error 1
> make: *** [all-recursive] Error 1
>
>