diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-10 03:58:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-10 03:58:57 +0000 |
commit | 9821455425e3c0c4039dc47c92263bf60bee95a3 (patch) | |
tree | a6b89bdc43d4fc0836f5f6ceb8c7d828c5d8735f | |
parent | 962987a1c255f721734b14865e2c1be6da5f99ed (diff) | |
download | postgresql-9821455425e3c0c4039dc47c92263bf60bee95a3.tar.gz postgresql-9821455425e3c0c4039dc47c92263bf60bee95a3.zip |
Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway
-rw-r--r-- | src/include/storage/s_lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index 01956bc796a..c300e2de782 100644 --- a/src/include/storage/s_lock.h +++ b/src/include/storage/s_lock.h @@ -63,7 +63,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: s_lock.h,v 1.114 2003/09/29 04:20:22 momjian Exp $ + * $Id: s_lock.h,v 1.115 2003/10/10 03:58:57 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -134,7 +134,7 @@ tas(volatile slock_t *lock) #endif /* __ia64__ || __ia64 */ -#if defined(__arm__) || defined(__arm__) +#if defined(__arm__) || defined(__arm) #define TAS(lock) tas(lock) static __inline__ int |