From 6969b8fa1194dafdc24e38fccf4acbb32419967e Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Sun, 3 Dec 2000 14:51:12 +0000 Subject: Repair usage of the OVERLAPS operator. Allow some operator-like tokens to be used as function names. Flesh out support for time, timetz, and interval operators and interactions. Regression tests pass, but non-reference-platform horology test results will need to be updated. --- src/include/port/linux.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/port/linux.h') diff --git a/src/include/port/linux.h b/src/include/port/linux.h index b6eb10f3d6..2dc8c45867 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -33,4 +33,9 @@ typedef unsigned int slock_t; #define HAS_TEST_AND_SET +#elif defined(__s390__) +typedef unsigned int slock_t; + +#define HAS_TEST_AND_SET + #endif -- cgit v1.2.1