diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-07-08 11:20:13 +0200 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-07-08 11:20:13 +0200 |
| commit | 0dacb68e1a660b235f9098abd33577be2e147c67 (patch) | |
| tree | 036ef23d0cba50764f1b49e43b2aa54a75f87885 /miscutils | |
| parent | e95738f63578c83be97a3236cd00510ef9375016 (diff) | |
| download | busybox-w32-0dacb68e1a660b235f9098abd33577be2e147c67.tar.gz busybox-w32-0dacb68e1a660b235f9098abd33577be2e147c67.tar.bz2 busybox-w32-0dacb68e1a660b235f9098abd33577be2e147c67.zip | |
chrt: remove warning for _POSIX_PRIORITY_SCHEDULING
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'miscutils')
| -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 @@ | |||
| 23 | 23 | ||
| 24 | #include <sched.h> | 24 | #include <sched.h> |
| 25 | #include "libbb.h" | 25 | #include "libbb.h" |
| 26 | #ifndef _POSIX_PRIORITY_SCHEDULING | ||
| 27 | #warning your system may be foobared | ||
| 28 | #endif | ||
| 29 | 26 | ||
| 30 | static const struct { | 27 | static const struct { |
| 31 | int policy; | 28 | int policy; |
