OpenBSD port

This commit is contained in:
Matthieu Herrb 2023-08-14 10:12:52 +02:00
parent 90f920465c
commit 53d10f48b5
10 changed files with 140 additions and 78 deletions

4
mtx.c
View file

@ -25,12 +25,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "locks_annotate.h"
#include <errno.h>
#include <pthread.h>