commit | 8a6c2c22300b567db5b1ce2ea9ce9282e60bc0c5 | [log] [tgz] |
---|---|---|
author | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Sat Apr 28 00:24:09 2012 +0200 |
committer | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Sat Apr 28 00:24:09 2012 +0200 |
tree | 39c7f9c8c6c11e8da6f4d000d342b805311e3c6c | |
parent | 2d546e621ec4d0f8174d8de4e4d1f1700fe39b10 [diff] [blame] |
Busybox 1.20.0 squashed commit for ICS
diff --git a/include/android.h b/include/android.h index d065422..024221e 100644 --- a/include/android.h +++ b/include/android.h
@@ -59,4 +59,7 @@ /* bionic's vfork is rather broken; for now a terrible bandaid: */ #define vfork fork +#define _SOCKLEN_T_DECLARED +typedef int socklen_t; + #endif