diff options
Diffstat (limited to 'include/cancel.h')
-rw-r--r-- | include/cancel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cancel.h b/include/cancel.h index 163c70409..a72efa4e2 100644 --- a/include/cancel.h +++ b/include/cancel.h @@ -36,8 +36,6 @@ #include <features.h> -#ifndef NOT_IN_libc - #define __NC(name) _NC(name) #define _NC(name) __##name##_nocancel @@ -97,6 +95,4 @@ strong_alias(__NC(name),name) # undef LIBC_CANCEL_HANDLED # define LIBC_CANCEL_HANDLED() -#endif /* NOT_IN_libc */ - #endif |