diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2017-07-14 19:37:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-28 18:52:28 +0200 |
commit | ccc200d454c712f6e8bfadb4b7c3ee58086d8f2b (patch) | |
tree | 5a728b045bd4467642af6f49439265b454ade9f9 /librt/mq_timedsend.S | |
parent | 952bb00f0b2eb576b0bf48c4f87018429a42e28d (diff) |
rt: convert mq_timedsend/mq_timedreceive to use cancel.h macros
Diffstat (limited to 'librt/mq_timedsend.S')
-rw-r--r-- | librt/mq_timedsend.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/librt/mq_timedsend.S b/librt/mq_timedsend.S deleted file mode 100644 index ee8d48334..000000000 --- a/librt/mq_timedsend.S +++ /dev/null @@ -1,8 +0,0 @@ -#include <sysdep-cancel.h> -#ifndef __NR_mq_timedsend -#error Missing definition of NR_timedsend needed for cancellation. -#endif -PSEUDO(mq_timedsend, mq_timedsend, 5) -ret_ERRVAL -PSEUDO_END(mq_timedsend) -librt_hidden_def(mq_timedsend) |