diff options
author | Thomas G. Lockhart | 2000-12-03 14:51:12 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 2000-12-03 14:51:12 +0000 |
commit | 6969b8fa1194dafdc24e38fccf4acbb32419967e (patch) | |
tree | a69a2f308d09d30ffa3b12b9e84c2ea4ef71c0c9 /src/include/port/linux.h | |
parent | 1131261270e74dd8a7cf7a3e99c1f3c71175ebe9 (diff) |
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.
Diffstat (limited to 'src/include/port/linux.h')
-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 b6eb10f3d64..2dc8c45867c 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 |