From 1f3ca8e086cef1a577c0fcfb948ba3c13421e45d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 19 Mar 2011 00:23:36 +0100 Subject: allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/signal/allocrtsig.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/signal') diff --git a/libc/signal/allocrtsig.c b/libc/signal/allocrtsig.c index 40b5ea24c..05f3d6c90 100644 --- a/libc/signal/allocrtsig.c +++ b/libc/signal/allocrtsig.c @@ -59,6 +59,7 @@ int __libc_current_sigrtmax (void) return current_rtmax; } +#if 0 /* Allocate real-time signal with highest/lowest available priority. Please note that we don't use a lock since we assume this function to be called at program start. */ @@ -71,3 +72,4 @@ int __libc_allocate_rtsig (int high) return high ? current_rtmin++ : current_rtmax--; } +#endif -- cgit v1.2.3