pth_mutex_signal.c:50:13: error: use of undeclared identifier 'SIGRTMAX'
sigaction(NATIVE_IO_INTERRUPT_SIGNAL, &signalAction, NULL);
Put this target under a condition for the moment.
pth_detached3 \
pth_inconsistent_cond_wait \
pth_mutex_reinit \
- pth_mutex_signal \
pth_process_shared_mutex \
recursive_mutex \
rwlock_race \
check_PROGRAMS += pth_create_glibc_2_0
endif
+if !VGCONF_OS_IS_DARWIN
+check_PROGRAMS += pth_mutex_signal
+endif
+
if HAVE_PTHREAD_SPINLOCK
check_PROGRAMS += pth_spinlock
endif