Blame sysdeps/mach/hurd/sysdep-cancel.h

Packit 6c4009
#include <sysdep.h>
Packit 6c4009
Packit 6c4009
/* Always multi-thread (since there's at least the sig handler), but no
Packit 6c4009
   handling enabled.  */
Packit 6c4009
#define SINGLE_THREAD_P (0)
Packit 6c4009
#define RTLD_SINGLE_THREAD_P (0)
Packit 6c4009
#define LIBC_CANCEL_ASYNC()	0 /* Just a dummy value.  */
Packit 6c4009
#define LIBC_CANCEL_RESET(val)	((void)(val)) /* Nothing, but evaluate it.  */
Packit 6c4009
#define LIBC_CANCEL_HANDLED()	/* Nothing.  */