summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2017-07-14 19:37:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-28 18:52:28 +0200
commitccc200d454c712f6e8bfadb4b7c3ee58086d8f2b (patch)
tree5a728b045bd4467642af6f49439265b454ade9f9 /include
parent952bb00f0b2eb576b0bf48c4f87018429a42e28d (diff)
rt: convert mq_timedsend/mq_timedreceive to use cancel.h macros
Diffstat (limited to 'include')
-rw-r--r--include/cancel.h4
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