File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.60 1999/06/10 22:59:22 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.61 1999/06/13 00:07:43 ishii Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -157,7 +157,7 @@ tas(volatile slock_t *lock)
157
157
#endif /* sparc */
158
158
159
159
160
- #if defined(__mc68000__ )
160
+ #if defined(__mc68000__ ) && defined( __linux__ )
161
161
#define TAS (lock ) tas(lock)
162
162
163
163
static __inline__ int
@@ -173,7 +173,7 @@ tas(volatile slock_t *lock)
173
173
return rv ;
174
174
}
175
175
176
- #endif /* defined(__mc68000__) */
176
+ #endif /* defined(__mc68000__) && defined(__linux__) */
177
177
178
178
179
179
#if defined(NEED_VAX_TAS_ASM )
You can’t perform that action at this time.
0 commit comments