From 1d5ec832424a5136cc539bcd59697d3741928563 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Fri, 18 Apr 2008 08:33:58 +0000 Subject: Adding bogus lock file. git-svn-id: http://svn.telesphoreo.org/trunk@226 514c082c-b64e-11dc-b46d-3d985efe055d --- tool/patches/locks.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tool/patches/locks.h (limited to 'tool') 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; -- cgit v1.2.3