Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9821455

Browse files
committed
Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway
1 parent 962987a commit 9821455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
6464
* Portions Copyright (c) 1994, Regents of the University of California
6565
*
66-
* $Id: s_lock.h,v 1.114 2003/09/29 04:20:22 momjian Exp $
66+
* $Id: s_lock.h,v 1.115 2003/10/10 03:58:57 momjian Exp $
6767
*
6868
*-------------------------------------------------------------------------
6969
*/
@@ -134,7 +134,7 @@ tas(volatile slock_t *lock)
134134
#endif /* __ia64__ || __ia64 */
135135

136136

137-
#if defined(__arm__) || defined(__arm__)
137+
#if defined(__arm__) || defined(__arm)
138138
#define TAS(lock) tas(lock)
139139

140140
static __inline__ int

0 commit comments

Comments
 (0)