mbox series

[ovs-dev,0/4] Various build/test fixes.

Message ID 20181210170523.2279-1-i.maximets@samsung.com
Headers show
Series Various build/test fixes. | expand

Message

Ilya Maximets Dec. 10, 2018, 5:05 p.m. UTC
Found while trying to build on FreeBSD-12-rc3.

Ilya Maximets (4):
  configure.ac: More enhanced check for pthread library.
  tests: Remove redzone flag for FreeBSD 12+.
  ovs-thread: Drop xpthread_meutex_{un}lock finctions.
  ovs-thread: Add thread safety annotation to cond_wait.

 configure.ac                 | 1 +
 include/openvswitch/thread.h | 3 ++-
 lib/ovs-thread.c             | 3 +--
 lib/ovs-thread.h             | 5 -----
 tests/atlocal.in             | 5 ++++-
 5 files changed, 8 insertions(+), 9 deletions(-)