]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/librados: replace sem_init() with sem_open()
authorYan, Zheng <zyan@redhat.com>
Thu, 30 Jul 2015 06:31:20 +0000 (14:31 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 31 Aug 2015 08:00:26 +0000 (16:00 +0800)
commit9e37a37908b6c780e54f28a1e727cce78b453b22
treee189f9220f0befe977e4e1af1560557136a349b2
parentb82ed61220ef11fd547c8297e59212e5fc84bf37
test/librados: replace sem_init() with sem_open()

sem_init() always fails on OSX (it's no longer supported).

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/test/librados/aio.cc
src/test/librados/watch_notify.cc
src/test/libradosstriper/aio.cc
src/test/test_stress_watch.cc