diff options
Diffstat (limited to 'libbb/xfuncs_printf.c')
-rw-r--r-- | libbb/xfuncs_printf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/xfuncs_printf.c b/libbb/xfuncs_printf.c index f1cf7aeed..6fdc0f6a4 100644 --- a/libbb/xfuncs_printf.c +++ b/libbb/xfuncs_printf.c | |||
@@ -502,6 +502,7 @@ void FAST_FUNC xfstat(int fd, struct stat *stat_buf, const char *errmsg) | |||
502 | bb_simple_perror_msg_and_die(errmsg); | 502 | bb_simple_perror_msg_and_die(errmsg); |
503 | } | 503 | } |
504 | 504 | ||
505 | #if !ENABLE_PLATFORM_MINGW32 | ||
505 | // selinux_or_die() - die if SELinux is disabled. | 506 | // selinux_or_die() - die if SELinux is disabled. |
506 | void FAST_FUNC selinux_or_die(void) | 507 | void FAST_FUNC selinux_or_die(void) |
507 | { | 508 | { |
@@ -684,3 +685,4 @@ void FAST_FUNC xvfork_parent_waits_and_exits(void) | |||
684 | } | 685 | } |
685 | /* Child continues */ | 686 | /* Child continues */ |
686 | } | 687 | } |
688 | #endif /* !ENABLE_PLATFORM_MINGW32 */ | ||