diff options
-rw-r--r-- | miscutils/chrt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 91b5397c4..f2f559fd7 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c @@ -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; |