about summary refs log tree commit diff
path: root/sysdeps/generic/sysdep-cancel.h
blob: f065e6e4378fc35a668178c85874357df7051a77 (plain) (blame)
1
2
3
4
5
6
#include <sysdep.h>

/* No multi-thread handling enabled.  */
#define SINGLE_THREAD_P (1)
#define LIBC_CANCEL_ASYNC()	0 /* Just a dummy value.  */
#define LIBC_CANCEL_RESET(val)  /* Nothing.  */