提交 9e68f472 编写于 作者: J James Almer

configure: remove check for SA_RESTART

It's not used anymore.
Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 6ec91319
......@@ -1899,7 +1899,6 @@ BUILTIN_LIST="
MemoryBarrier
mm_empty
rdtsc
sarestart
sem_timedwait
sync_val_compare_and_swap
"
......@@ -5612,7 +5611,6 @@ fi
check_builtin atomic_cas_ptr atomic.h "void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval)"
check_builtin machine_rw_barrier mbarrier.h "__machine_rw_barrier()"
check_builtin MemoryBarrier windows.h "MemoryBarrier()"
check_builtin sarestart signal.h "SA_RESTART"
check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
check_builtin gmtime_r time.h "time_t *time; struct tm *tm; gmtime_r(time, tm)"
check_builtin localtime_r time.h "time_t *time; struct tm *tm; localtime_r(time, tm)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册