chrt: remove warning for _POSIX_PRIORITY_SCHEDULING
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 8 Jul 2013 09:20:13 +0000 (11:20 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 8 Jul 2013 09:20:13 +0000 (11:20 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
miscutils/chrt.c

index 91b5397..f2f559f 100644 (file)
@@ -23,9 +23,6 @@
 
 #include <sched.h>
 #include "libbb.h"
-#ifndef _POSIX_PRIORITY_SCHEDULING
-#warning your system may be foobared
-#endif
 
 static const struct {
        int policy;