added some code to implement semaphores

This commit is contained in:
hyunghwan.chung
2016-02-18 17:49:56 +00:00
parent fc7a44ba7d
commit 734082db91
6 changed files with 233 additions and 52 deletions

View File

@ -586,6 +586,9 @@ printf ("%p\n", a);
printf ("ERROR: cannot compile code - %d\n", stix_geterrnum(stix));
}
stix_close (stix);
#if defined(USE_LTDL)
lt_dlexit ();
#endif
return -1;
}
}