]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/arm/sysdep-cancel.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / linuxthreads / sysdeps / arm / sysdep-cancel.h
1 #include <sysdep.h>
2
3 /* No multi-thread handling enabled.  */
4 #define SINGLE_THREAD_P (1)
5 #define RTLD_SINGLE_THREAD_P (1)
6 #define LIBC_CANCEL_ASYNC()     0 /* Just a dummy value.  */
7 #define LIBC_CANCEL_RESET(val)  ((void)(val)) /* Nothing, but evaluate it.  */
8 #define LIBC_CANCEL_HANDLED()   /* Nothing.  */