xfce4-battery-plugin: tune the pandora hack
[openembedded.git] / recipes / dietlibc / dietlibc-0.32 / getrlimit.patch
1 Index: dietlibc-0.32/syscalls.s/getrlimit.S
2 ===================================================================
3 --- dietlibc-0.32.orig/syscalls.s/getrlimit.S   2001-01-09 18:57:48.000000000 +0100
4 +++ dietlibc-0.32/syscalls.s/getrlimit.S        2009-10-03 14:28:55.098309914 +0200
5 @@ -1,3 +1,7 @@
6  #include "syscalls.h"
7  
8 +#if defined(__ARM_EABI__)
9 +syscall(ugetrlimit,getrlimit)
10 +#else
11  syscall(getrlimit,getrlimit)
12 +#endif