diff options
author | Ron Yorston <rmy@pobox.com> | 2014-01-06 13:19:21 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-01-06 13:19:21 +0000 |
commit | 63b71e4a6f8c65a4bef7617efb50a2b473e388b3 (patch) | |
tree | e0967d93817cb8f9b4af7a75874d570c61d2fe4c | |
parent | efa0cd7dd196cffdd253417ab6a06271fd655abf (diff) | |
download | busybox-w32-63b71e4a6f8c65a4bef7617efb50a2b473e388b3.tar.gz busybox-w32-63b71e4a6f8c65a4bef7617efb50a2b473e388b3.tar.bz2 busybox-w32-63b71e4a6f8c65a4bef7617efb50a2b473e388b3.zip |
Make dummy resource.h
-rw-r--r-- | shell/shell_common.c | 2 | ||||
-rw-r--r-- | win32/sys/resource.h | 0 |
2 files changed, 0 insertions, 2 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index 84e0604ed..782d47285 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -18,9 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | #include "libbb.h" | 19 | #include "libbb.h" |
20 | #include "shell_common.h" | 20 | #include "shell_common.h" |
21 | #if !ENABLE_PLATFORM_MINGW32 | ||
22 | #include <sys/resource.h> /* getrlimit */ | 21 | #include <sys/resource.h> /* getrlimit */ |
23 | #endif | ||
24 | 22 | ||
25 | const char defifsvar[] ALIGN1 = "IFS= \t\n"; | 23 | const char defifsvar[] ALIGN1 = "IFS= \t\n"; |
26 | 24 | ||
diff --git a/win32/sys/resource.h b/win32/sys/resource.h new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/win32/sys/resource.h | |||