From: Bernhard Reutner-Fischer Date: Mon, 8 Jul 2013 09:20:13 +0000 (+0200) Subject: chrt: remove warning for _POSIX_PRIORITY_SCHEDULING X-Git-Tag: 1_22_0~153 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0dacb68e1a660b235f9098abd33577be2e147c67;p=oweals%2Fbusybox.git chrt: remove warning for _POSIX_PRIORITY_SCHEDULING Signed-off-by: Bernhard Reutner-Fischer --- 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 #include "libbb.h" -#ifndef _POSIX_PRIORITY_SCHEDULING -#warning your system may be foobared -#endif static const struct { int policy;