diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-18 08:33:58 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-18 08:33:58 +0000 |
commit | 1d5ec832424a5136cc539bcd59697d3741928563 (patch) | |
tree | 46104038c6b48e2a51038f771c43108eef891a3f /tool | |
parent | faffdc01b7b83dd23d33ce7690a50b6a9b57e484 (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.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; |