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.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/librt/mq_timedsend.S b/librt/mq_timedsend.S
new file mode 100644
index 000000000..67758a3b9
--- /dev/null
+++ b/librt/mq_timedsend.S
@@ -0,0 +1,10 @@
+#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
+PSEUDO_END(__mq_timedsend)
+librt_hidden_def (__mq_timedsend)
+weak_alias (__mq_timedsend, mq_timedsend)
+librt_hidden_weak (mq_timedsend)