aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-25 10:30:36 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-25 12:19:58 +0200
commita752cb670a7bc4e7ee8568ba972056830bab904e (patch)
treec191ef5b606a8a3432b6000b853b29342f99657f /include
parent12028b50310e83ffa0cafbca8cfffc222bfd6ac8 (diff)
downloadglibc-a752cb670a7bc4e7ee8568ba972056830bab904e.zip
glibc-a752cb670a7bc4e7ee8568ba972056830bab904e.tar.gz
glibc-a752cb670a7bc4e7ee8568ba972056830bab904e.tar.bz2
Linux: Move mq_setattr from librt to libc
The symbol was moved using scripts/move-symbol-to-libc.py. To introduce the proper symbol versioning, the implementation of the system call wrapper us moved to a C file. Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/mqueue.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/mqueue.h b/include/mqueue.h
index 98e4596..008589f 100644
--- a/include/mqueue.h
+++ b/include/mqueue.h
@@ -8,8 +8,15 @@ hidden_proto (__mq_timedsend)
hidden_proto (mq_timedreceive)
extern __typeof (mq_timedreceive) __mq_timedreceive __nonnull ((2, 5));
hidden_proto (__mq_timedreceive)
+# if !PTHREAD_IN_LIBC
hidden_proto (mq_setattr)
+# endif
+# endif /* IS_IN (librt) */
+
+# if PTHREAD_IN_LIBC
+libc_hidden_proto (mq_setattr)
# endif
+
#include <struct___timespec64.h>
#if __TIMESIZE == 64
# define __mq_timedsend_time64 __mq_timedsend