OSDN Git Service

Merge 1.16.2 remote branch 'remotes/busybox/1_16_stable'
[android-x86/external-busybox.git] / shell / ash.c
index e018e87..d659781 100644 (file)
@@ -12481,6 +12481,8 @@ letcmd(int argc UNUSED_PARAM, char **argv)
 
 #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 1
 typedef enum __rlimit_resource rlim_t;
+#elif defined(__BIONIC__)
+typedef unsigned long rlim_t;
 #endif
 
 /*