From 38c085d04677559b5232b1ac7ae5469f6bb77e4d Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 20 Nov 2010 16:36:31 +0100 Subject: portable-0.4.4-r1 --- threading_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'threading_pthread.c') diff --git a/threading_pthread.c b/threading_pthread.c index 0705128c..cb80fcb1 100644 --- a/threading_pthread.c +++ b/threading_pthread.c @@ -72,7 +72,7 @@ thread_start_low_priority (void (*fn)(void *ctx), void *ctx) { fprintf (stderr, "pthread_create failed: %s\n", strerror (s)); return 0; } -#if !PORTABLE +#if !STATICLINK s = pthread_setschedprio (tid, minprio); if (s != 0) { fprintf (stderr, "pthread_setschedprio failed: %s\n", strerror (s)); -- cgit v1.2.3