Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway
This commit is contained in:
parent
962987a1c2
commit
9821455425
@ -63,7 +63,7 @@
|
|||||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* 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 */
|
#endif /* __ia64__ || __ia64 */
|
||||||
|
|
||||||
|
|
||||||
#if defined(__arm__) || defined(__arm__)
|
#if defined(__arm__) || defined(__arm)
|
||||||
#define TAS(lock) tas(lock)
|
#define TAS(lock) tas(lock)
|
||||||
|
|
||||||
static __inline__ int
|
static __inline__ int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user