summaryrefslogtreecommitdiff
path: root/sysdeps/generic/sysdep-cancel.h
blob: d22a786536bb21c4bada8c193395fd0141c38590 (plain)
1
2
3
4
5
6
7
#include <sysdep.h>

/* No multi-thread handling enabled.  */
#define SINGLE_THREAD_P (1)
#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.  */