From ccc200d454c712f6e8bfadb4b7c3ee58086d8f2b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 14 Jul 2017 19:37:28 +0200 Subject: rt: convert mq_timedsend/mq_timedreceive to use cancel.h macros --- include/cancel.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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 -#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 -- cgit v1.2.3