From a752cb670a7bc4e7ee8568ba972056830bab904e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Jun 2021 10:30:36 +0200 Subject: 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 --- rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/Makefile') diff --git a/rt/Makefile b/rt/Makefile index 2a6ffec45e..228eec8a27 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -35,7 +35,6 @@ librt-routines = \ mq_open \ mq_receive \ mq_send \ - mq_setattr \ mq_timedreceive \ mq_timedsend \ mq_unlink \ @@ -63,6 +62,7 @@ $(librt-routines-var) += \ lio_listio \ lio_listio64 \ mq_close \ + mq_setattr \ tests := tst-shm tst-timer tst-timer2 \ tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \ -- cgit v1.2.1