From 6e6249d0b461b952d0f544792372663feb6d792a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 24 Oct 2012 14:50:46 -0700 Subject: BZ#14743: Move clock_* symbols from librt to libc. --- rt/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'rt/Makefile') diff --git a/rt/Makefile b/rt/Makefile index 26d4ffaaf6..4805f8b5b7 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -36,9 +36,12 @@ mq-routines := mq_open mq_close mq_unlink mq_getattr mq_setattr \ mq_notify mq_send mq_receive mq_timedsend \ mq_timedreceive +routines = $(clock-routines) + librt-routines = $(aio-routines) \ - $(clock-routines) $(timer-routines) \ - $(shm-routines) $(mq-routines) + $(timer-routines) \ + $(shm-routines) $(mq-routines) \ + clock-compat tests := tst-shm tst-clock tst-clock_nanosleep tst-timer tst-timer2 \ tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \ -- cgit v1.2.3