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