Re: [Patch libitm/testsuite] MAP_ANON
On 11/18/2011 04:27 AM, Iain Sandoe wrote: > libitm: > > * testsuite/libitm.c/memcpy-1.c: Allow for MAP_ANON spelling. > * testsuite/libitm.c/memset-1.c: Likewise. Ok. r~
[Patch libitm/testsuite] MAP_ANON
For some reason, Darwin spells "MAP_ANONYMOUS" and "MAP_ANON" which causes the memcpy/set tests to fail. fixed as below OK for trunk? Iain libitm: * testsuite/libitm.c/memcpy-1.c: Allow for MAP_ANON spelling. * testsuite/libitm.c/memset-1.c: Likewise. Index: libitm/testsuite/