summaryrefslogtreecommitdiff
path: root/rtl/netbsd/pmutext.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/netbsd/pmutext.inc')
-rw-r--r--rtl/netbsd/pmutext.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtl/netbsd/pmutext.inc b/rtl/netbsd/pmutext.inc
index ce7f13ce2a..4d8803ca8f 100644
--- a/rtl/netbsd/pmutext.inc
+++ b/rtl/netbsd/pmutext.inc
@@ -35,6 +35,9 @@ struct __pthread_mutex_st {
{$ifdef I386}
{$define __CPU_SIMPLE_LOCK_PAD}
{$endif}
+{$ifdef X86_64}
+ {$define __CPU_SIMPLE_LOCK_PAD}
+{$endif}
record
ptm_magic : dword { should be cuint};
ptm_errorcheck : char { should be pthread_spin_t};