summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-04-18 08:33:58 +0000
committerJay Freeman <saurik@saurik.com>2008-04-18 08:33:58 +0000
commit1d5ec832424a5136cc539bcd59697d3741928563 (patch)
tree46104038c6b48e2a51038f771c43108eef891a3f /tool
parentfaffdc01b7b83dd23d33ce7690a50b6a9b57e484 (diff)
Adding bogus lock file.
git-svn-id: http://svn.telesphoreo.org/trunk@226 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool')
-rw-r--r--tool/patches/locks.h3
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;