lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | #include <sysdep-cancel.h> |
2 | #ifndef __NR_mq_timedsend | ||||
3 | #error Missing definition of NR_timedsend needed for cancellation. | ||||
4 | #endif | ||||
5 | PSEUDO (__mq_timedsend, mq_timedsend, 5) | ||||
6 | ret | ||||
7 | PSEUDO_END(__mq_timedsend) | ||||
8 | librt_hidden_def (__mq_timedsend) | ||||
9 | weak_alias (__mq_timedsend, mq_timedsend) | ||||
10 | librt_hidden_weak (mq_timedsend) |