blob: f3602227cc2e49d61809b7080cb440c4cc5c5df9 [file] [log] [blame]
#include <sysdep.h>
/* No multi-thread handling enabled. */
#define SINGLE_THREAD_P (1)
#define NO_CANCELLATION
#define RTLD_SINGLE_THREAD_P (1)
#define LIBC_CANCEL_ASYNC() 0 /* Just a dummy value. */
#define LIBC_CANCEL_RESET(val) ((void)(val)) /* Nothing, but evaluate it. */
#define LIBC_CANCEL_HANDLED() /* Nothing. */