From 13d2ab8bbbcb68824b0e53e403df7b9dd3ec55d5 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 14 Dec 2020 15:20:17 +1100 Subject: build test for the read/write mutex macros This fails to compile --- thread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thread.h') diff --git a/thread.h b/thread.h index 14fc1c5ac2..38020715ee 100644 --- a/thread.h +++ b/thread.h @@ -472,6 +472,8 @@ # define PERL_READ_UNLOCK NOOP # define PERL_WRITE_LOCK NOOP # define PERL_WRITE_UNLOCK NOOP +# define PERL_RW_MUTEX_INIT NOOP +# define PERL_RW_MUTEX_DESTROY NOOP #endif #ifndef LOCK_DOLLARZERO_MUTEX -- cgit v1.2.1