summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-12-14 15:20:17 +1100
committerKarl Williamson <khw@cpan.org>2020-12-14 13:25:17 -0700
commit13d2ab8bbbcb68824b0e53e403df7b9dd3ec55d5 (patch)
tree64c4fb90cd28500a43dc59e449fac6686890d8e6 /thread.h
parenteb6cdcc1bc6ec3836d18f0a4f068a835934eb6e4 (diff)
downloadperl-13d2ab8bbbcb68824b0e53e403df7b9dd3ec55d5.tar.gz
build test for the read/write mutex macros
This fails to compile
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h2
1 files changed, 2 insertions, 0 deletions
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