Commit 24864d04 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Include information for armv4l from Mark Knox <segfault@hardline.org>.

parent 609f93a4
...@@ -32,6 +32,11 @@ typedef unsigned int slock_t; ...@@ -32,6 +32,11 @@ typedef unsigned int slock_t;
#define HAS_TEST_AND_SET #define HAS_TEST_AND_SET
#elif defined(__arm__)
typedef unsigned char slock_t
#define HAS_TEST_AND_SET
#endif #endif
#if defined(__GLIBC__) && (__GLIBC__ >= 2) #if defined(__GLIBC__) && (__GLIBC__ >= 2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment