rt: convert mq_timedsend/mq_timedreceive to use cancel.h macros
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / pt-pause.S
blobc6cb5718043152cbb5309f5299ab231a687bc2a6
1 #include <sysdep-cancel.h>
2 PSEUDO (__libc_pause, pause, 0)
3 ret
4 PSEUDO_END (__libc_pause)
5 libpthread_hidden_def (__libc_pause)
6 weak_alias (__libc_pause, pause)
7 libpthread_hidden_weak (pause)