#if defined(__mc68000__) && defined(__linux__)
so that other m68k systems(such as NetBSD) will not be affected.
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.60 1999/06/10 22:59:22 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.61 1999/06/13 00:07:43 ishii Exp $
*
*-------------------------------------------------------------------------
*/
#endif /* sparc */
-#if defined(__mc68000__)
+#if defined(__mc68000__) && defined(__linux__)
#define TAS(lock) tas(lock)
static __inline__ int
return rv;
}
-#endif /* defined(__mc68000__) */
+#endif /* defined(__mc68000__) && defined(__linux__) */
#if defined(NEED_VAX_TAS_ASM)