summaryrefslogtreecommitdiff
path: root/librt/mq_timedsend.S
blob: 13d91da004f228aae923fed9d0301853448fee15 (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
PSEUDO_END(mq_timedsend)
librt_hidden_def(mq_timedsend)