summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/compat/sysdep-cancel.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-04 23:50:07 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-04 23:50:07 +0000
commit5ef1ebf6d2eca99477641f10494f0be9d146ec7e (patch)
tree5a40fba382e46768bfc991af1769e08582c3af8a /libpthread/nptl/compat/sysdep-cancel.h
parenta500fc1e14ab76e9f3b9b231c7cd28a107ca711e (diff)
downloaduClibc-alpine-5ef1ebf6d2eca99477641f10494f0be9d146ec7e.tar.bz2
uClibc-alpine-5ef1ebf6d2eca99477641f10494f0be9d146ec7e.tar.xz
Remove unused header file.
Diffstat (limited to 'libpthread/nptl/compat/sysdep-cancel.h')
-rw-r--r--libpthread/nptl/compat/sysdep-cancel.h12
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 */