X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2Falbino.c;fp=src%2Falbino%2Falbino.c;h=4e78e8b59550f28bc98eec57ac4f04c35b78f919;hb=db805d6e2f1945f27bfa7c3a9123f8c4bef5fdc4;hp=60667f3f105ac02e1d2b6f491896a4f8f6903fa8;hpb=ca5d6922b4b0446c40e3a6f711164b3b87d0b7bb;p=melted diff --git a/src/albino/albino.c b/src/albino/albino.c index 60667f3..4e78e8b 100644 --- a/src/albino/albino.c +++ b/src/albino/albino.c @@ -64,7 +64,7 @@ int main( int argc, char **argv ) // Use realtime scheduling if possible memset( &scp, '\0', sizeof( scp ) ); scp.sched_priority = sched_get_priority_max( SCHED_FIFO ) - 1; -#ifndef DARWIN +#ifndef __DARWIN__ sched_setscheduler( 0, SCHED_FIFO, &scp ); #endif