repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86_64: refresh ULPs
[uclibc-ng.git]
/
librt
/
mq_timedsend.S
blob
ee8d483347a0f5b2c199a847807c7553e9ccb8b4
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)