summaryrefslogtreecommitdiff
path: root/tool/patches/locks.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tool/patches/locks.diff')
-rw-r--r--tool/patches/locks.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/tool/patches/locks.diff b/tool/patches/locks.diff
new file mode 100644
index 000000000..5a0f2d39b
--- /dev/null
+++ b/tool/patches/locks.diff
@@ -0,0 +1,11 @@
+--- /usr/include/machine/locks.h 2008-04-18 07:47:44.000000000 +0000
++++ /usr/include/machine/locks.h 2008-04-18 07:46:43.000000000 +0000
+@@ -27,6 +27,8 @@
+ #include "ppc/locks.h"
+ #elif defined (__i386__)
+ #include "i386/locks.h"
++#elif defined (__arm__)
++#include "arm/locks.h"
+ #else
+ #error architecture not supported
+ #endif