summaryrefslogtreecommitdiff
path: root/librt
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-23 15:05:06 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:32 +0200
commitb8e6e4064cd69b160926cc77731e667e3fe91682 (patch)
treedf28fcf6ee861966dc76d364e39699ec4d81ed8f /librt
parentb6b96ed32b13417fd28bdc4ef1bc73be812d1189 (diff)
librt: get rid of visible __mq_timed(send,receive)
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'librt')
-rw-r--r--librt/mq_timedreceive.S8
-rw-r--r--librt/mq_timedsend.S8
2 files changed, 6 insertions, 10 deletions
diff --git a/librt/mq_timedreceive.S b/librt/mq_timedreceive.S
index 015eb8842..43a5fda07 100644
--- a/librt/mq_timedreceive.S
+++ b/librt/mq_timedreceive.S
@@ -2,9 +2,7 @@
#ifndef __NR_mq_timedreceive
#error Missing definition of NR_timedreceive needed for cancellation.
#endif
-PSEUDO (__mq_timedreceive, mq_timedreceive, 5)
+PSEUDO(mq_timedreceive, mq_timedreceive, 5)
ret
-PSEUDO_END(__mq_timedreceive)
-librt_hidden_def (__mq_timedreceive)
-weak_alias (__mq_timedreceive, mq_timedreceive)
-librt_hidden_weak (mq_timedreceive)
+PSEUDO_END(mq_timedreceive)
+librt_hidden_def(mq_timedreceive)
diff --git a/librt/mq_timedsend.S b/librt/mq_timedsend.S
index 67758a3b9..13d91da00 100644
--- a/librt/mq_timedsend.S
+++ b/librt/mq_timedsend.S
@@ -2,9 +2,7 @@
#ifndef __NR_mq_timedsend
#error Missing definition of NR_timedsend needed for cancellation.
#endif
-PSEUDO (__mq_timedsend, mq_timedsend, 5)
+PSEUDO(mq_timedsend, mq_timedsend, 5)
ret
-PSEUDO_END(__mq_timedsend)
-librt_hidden_def (__mq_timedsend)
-weak_alias (__mq_timedsend, mq_timedsend)
-librt_hidden_weak (mq_timedsend)
+PSEUDO_END(mq_timedsend)
+librt_hidden_def(mq_timedsend)