diff options
Diffstat (limited to 'libpthread/nptl/compat/sysdep-cancel.h')
| -rw-r--r-- | libpthread/nptl/compat/sysdep-cancel.h | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/libpthread/nptl/compat/sysdep-cancel.h b/libpthread/nptl/compat/sysdep-cancel.h deleted file mode 100644 index 9df3146d3..000000000 --- a/libpthread/nptl/compat/sysdep-cancel.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _SYSDEP_CANCEL_H -#define _SYSDEP_CANCEL_H 1 - -#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)	((void)(val)) /* Nothing, but evaluate it.  */ -#define LIBC_CANCEL_HANDLED()	/* Nothing.  */ - -#endif  /* sysdep-cancel.h */  | 
