kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mips
[openwrt.git] / target / linux / uml / patches-3.3 / 001-include_sys_resource_h.patch
1 --- a/arch/um/os-Linux/start_up.c
2 +++ b/arch/um/os-Linux/start_up.c
3 @@ -15,6 +15,7 @@
4  #include <sys/mman.h>
5  #include <sys/stat.h>
6  #include <sys/wait.h>
7 +#include <sys/resource.h>
8  #include <asm/unistd.h>
9  #include "init.h"
10  #include "os.h"