On 03/03/17 03:15, Bruno Haible wrote: >> on various Mac OS X, the gnulib test 'test-lock' fails with exit code 134 >> (SIGABRT?) > > Fixed as follows: > > > 2017-03-03 Bruno Haible <br...@clisp.org> > > lock tests: Fix test failure on Mac OS X (regression from 2017-01-05). > Reported by Assaf Gordon <assafgor...@gmail.com> via > Pádraig Brady <p...@draigbrady.com>. > * tests/test-lock.c: On Mac OS X, use named semaphores, not unnamed > semaphores. > (USE_NAMED_SEMAPHORE, USE_UNNAMED_SEMAPHORE): New macros. > (atomic_int_semaphore): New macro.
Excellent. I've released a new coreutils snapshot with that: https://lists.gnu.org/archive/html/coreutils/2017-03/msg00009.html thanks! Pádraig.