Re: [PATCH 02/13] perf tools: update types definitions for Android

2012-09-02 Thread Irina Tirdea
> This https://lkml.org/lkml/2012/8/29/150 should fix the netinet/in.h build > problem. Thanks! I'll change this patch and resubmit. Irina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http:

Re: [PATCH 02/13] perf tools: update types definitions for Android

2012-08-29 Thread David Ahern
On 8/28/12 4:33 PM, Irina Tirdea wrote: Some systems (e.g. Android) define in their libc types.h __le16, __be16, etc. Since perf is wrapping with a local version, we need to define this constants in the local version too. Errors in Android: In file included from bionic/libc/include/netinet/in.h

[PATCH 02/13] perf tools: update types definitions for Android

2012-08-28 Thread Irina Tirdea
Some systems (e.g. Android) define in their libc types.h __le16, __be16, etc. Since perf is wrapping with a local version, we need to define this constants in the local version too. Errors in Android: In file included from bionic/libc/include/netinet/in.h:34:0, from util/util.h:7

[PATCH 02/13] perf tools: update types definitions for Android

2012-08-28 Thread Irina Tirdea
Some systems (e.g. Android) define in their libc types.h __le16, __be16, etc. Since perf is wrapping with a local version, we need to define this constants in the local version too. Errors in Android: In file included from bionic/libc/include/netinet/in.h:34:0, from util/util.h:7