]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/generic/sysdep-cancel.h
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / sysdeps / generic / sysdep-cancel.h
1 #include <sysdep.h>
2
3 /* No multi-thread handling enabled. */
4 #define SINGLE_THREAD_P (1)
5 #define LIBC_CANCEL_ASYNC() 0 /* Just a dummy value. */
6 #define LIBC_CANCEL_RESET(val) ((void)(val)) /* Nothing, but evaluate it. */
7 #define LIBC_CANCEL_HANDLED() /* Nothing. */