mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 09:30:06 +00:00
9 lines
314 B
C
9 lines
314 B
C
|
#include <sysdep.h>
|
||
|
|
||
|
/* Always multi-thread (since there's at least the sig handler), but no
|
||
|
handling enabled. */
|
||
|
#define SINGLE_THREAD_P (0)
|
||
|
#define RTLD_SINGLE_THREAD_P (0)
|
||
|
#define LIBC_CANCEL_ASYNC() 0 /* Just a dummy value. */
|
||
|
#define LIBC_CANCEL_RESET(val) ((void)(val)) /* Nothing, but evaluate it. */
|