From f66d9abca7ecc4ee4c7afcc1d1496411bfc70911 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Jun 2021 10:30:36 +0200 Subject: Linux: Move mq_getattr from librt to libc The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerva Zanella --- rt/Makefile | 2 +- rt/Versions | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'rt') diff --git a/rt/Makefile b/rt/Makefile index 228eec8a27..f753a9aa7a 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -30,7 +30,6 @@ routines = \ librt-routines = \ librt-compat \ - mq_getattr \ mq_notify \ mq_open \ mq_receive \ @@ -62,6 +61,7 @@ $(librt-routines-var) += \ lio_listio \ lio_listio64 \ mq_close \ + mq_getattr \ mq_setattr \ tests := tst-shm tst-timer tst-timer2 \ diff --git a/rt/Versions b/rt/Versions index 01ac8cd0be..38f23c16ef 100644 --- a/rt/Versions +++ b/rt/Versions @@ -27,6 +27,7 @@ libc { GLIBC_2.3.4 { %if PTHREAD_IN_LIBC mq_close; + mq_getattr; mq_setattr; %endif } @@ -56,6 +57,7 @@ libc { lio_listio; lio_listio64; mq_close; + mq_getattr; mq_setattr; %endif shm_open; @@ -109,9 +111,9 @@ librt { GLIBC_2.3.4 { %if !PTHREAD_IN_LIBC mq_close; + mq_getattr; mq_setattr; %endif - mq_getattr; mq_notify; mq_open; mq_receive; -- cgit 1.4.1