diff options
author | Thomas G. Lockhart | 2000-04-18 05:35:38 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 2000-04-18 05:35:38 +0000 |
commit | 24864d048eec2c579346eb31a42c87be1c92644e (patch) | |
tree | b83762f2c060fff81f3afff8935ea44686cdabfa | |
parent | 609f93a43698cd8ba6cdb2fd5a9669d42dcc26c9 (diff) |
Include information for armv4l from Mark Knox <[email protected]>.
-rw-r--r-- | src/include/port/linux.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h index d82103b879b..2ddb34df2c5 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -32,6 +32,11 @@ typedef unsigned int slock_t; #define HAS_TEST_AND_SET +#elif defined(__arm__) +typedef unsigned char slock_t + +#define HAS_TEST_AND_SET + #endif #if defined(__GLIBC__) && (__GLIBC__ >= 2) |