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, 8 insertions, 0 deletions
diff --git a/librt/mq_timedsend.S b/librt/mq_timedsend.S
new file mode 100644
index 000000000..ee8d48334
--- /dev/null
+++ b/librt/mq_timedsend.S
@@ -0,0 +1,8 @@
+#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)