summaryrefslogtreecommitdiff
path: root/librt/mq_timedsend.S
diff options
context:
space:
mode:
Diffstat (limited to 'librt/mq_timedsend.S')
-rw-r--r--librt/mq_timedsend.S8
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)