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

This commit is contained in:
Thomas G. Lockhart 2000-04-18 05:35:38 +00:00
parent 609f93a436
commit 24864d048e
1 changed files with 5 additions and 0 deletions

View File

@ -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)