From cfe1298282b9b49f11c0002b1f9cc98da2ad0065 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 23 Mar 2011 15:24:46 +0100 Subject: librt: provide missing prototypes for mq_timedreceive,mq_timedsend If ADVANCED_REALTIME is disabled, these prototypes are missing and librt_hidden_proto() fails. Makefile.in: added a comment, we build mq_timedreceive/mq_timedsend on NPTL even if ADVANCED_REALTIME is disabled. Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- librt/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'librt/Makefile.in') diff --git a/librt/Makefile.in b/librt/Makefile.in index 857efb517..8555e94db 100644 --- a/librt/Makefile.in +++ b/librt/Makefile.in @@ -28,6 +28,7 @@ librt_filter_SRC := ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y) librt_filter_SRC += mq_notify.c timer_create.c timer_delete.c \ timer_getoverr.c timer_gettime.c timer_settime.c +# these should really be guarded by ADVANCED_REALTIME, we use them in mq_send.c/mq_receive.c librt_SSRC := $(wildcard $(librt_DIR)/*.S) else librt_filter_SRC += clock_nanosleep.c clock_getcpuclockid.c clock_gettime.c -- cgit v1.2.3