blob: 67758a3b9d7f42e98d93b6009abbd87b37513189 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include <sysdep-cancel.h>
2#ifndef __NR_mq_timedsend
3#error Missing definition of NR_timedsend needed for cancellation.
4#endif
5PSEUDO (__mq_timedsend, mq_timedsend, 5)
6ret
7PSEUDO_END(__mq_timedsend)
8librt_hidden_def (__mq_timedsend)
9weak_alias (__mq_timedsend, mq_timedsend)
10librt_hidden_weak (mq_timedsend)