OSDN Git Service

h8300: Makefile update
[uclinux-h8/uclibc-ng.git] / librt / mq_timedsend.S
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_ERRVAL
7 PSEUDO_END(mq_timedsend)
8 librt_hidden_def(mq_timedsend)