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 91b5397c48f36c2c5552858597c4e6ee6a632f5d..f2f559fd72d9909ecf3c149fcf0ceb4088bbd7b2 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;