Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix sem_init testing.
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Nov 2010 10:26:30 +0000 (10:26 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Nov 2010 10:26:30 +0000 (10:26 +0000)
commit88e507ca6ecc4ca606c87dcbdb22dd9baea37b4c
tree264a9abdf17f0fc58e53e98347e7e0e0952215bf
parentbfe98911a4c3fa925c1ef59b08259295642f9d9f
Fix sem_init testing.
It was always disabled because the test program had missing arguments to sem_init().
Also the macros HAVE_SEM_INIT and HAVE_SEM_WAIT where mixed up.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
buildtools/Cmake/test_prog/prog_sem_init.c
src/xbt/xbt_os_thread.c