diff options
-rw-r--r-- | tool/patches/locks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/patches/locks.h b/tool/patches/locks.h new file mode 100644 index 000000000..85b573107 --- /dev/null +++ b/tool/patches/locks.h @@ -0,0 +1,3 @@ +typedef int lck_mtx_t; +typedef int lck_rw_t; +typedef int lck_spin_t; |