From: Thomas G. Lockhart Date: Tue, 18 Apr 2000 05:35:38 +0000 (+0000) Subject: Include information for armv4l from Mark Knox . X-Git-Tag: REL7_0~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24864d048eec2c579346eb31a42c87be1c92644e;p=postgresql Include information for armv4l from Mark Knox . --- diff --git a/src/include/port/linux.h b/src/include/port/linux.h index d82103b879..2ddb34df2c 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)