summaryrefslogtreecommitdiff
path: root/librt/mq_timedsend.S
blob: ee8d483347a0f5b2c199a847807c7553e9ccb8b4 (plain)
1
2
3
4
5
6
7
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)