Add support for NetBSD/sparc.

This commit is contained in:
Bruce Momjian 1997-09-30 16:21:42 +00:00
parent a4cffdcf82
commit cb9604f2ac
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.7 1997/09/25 01:48:58 momjian Exp $
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.8 1997/09/30 16:21:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -341,7 +341,7 @@ tas_dummy()
#endif /* defined(__alpha__) && defined(linux) */
#if defined(linux) && defined(sparc)
#if (defined(linux) || defined(__NetBSD__)) && defined(sparc)
#define S_LOCK(lock) do \
{ \