Re: [PATCH 1/13] libitm fixes for musl support

2015-04-22 Thread Kyrill Tkachov
On 20/04/15 21:41, Jeff Law wrote: On 04/20/2015 12:51 PM, Szabolcs Nagy wrote: This are minor correctness fixes required for musl. (fcntl.h is the standard header and always available on Linux, sys/fcntl.h is just a legacy alias, so use the standard one.) libitm/Changelog: 2015-04-16 Grego

Re: [PATCH 1/13] libitm fixes for musl support

2015-04-20 Thread Jeff Law
On 04/20/2015 12:51 PM, Szabolcs Nagy wrote: This are minor correctness fixes required for musl. (fcntl.h is the standard header and always available on Linux, sys/fcntl.h is just a legacy alias, so use the standard one.) libitm/Changelog: 2015-04-16 Gregor Richards * config/arm/hw

[PATCH 1/13] libitm fixes for musl support

2015-04-20 Thread Szabolcs Nagy
This are minor correctness fixes required for musl. (fcntl.h is the standard header and always available on Linux, sys/fcntl.h is just a legacy alias, so use the standard one.) libitm/Changelog: 2015-04-16 Gregor Richards * config/arm/hwcap.cc: Use fcntl.h instead of sys/fcntl.h.