mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
Small patch for sparc solaris/tas()
This commit is contained in:
parent
c58fb21bd4
commit
98018c4b93
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.19 1998/01/20 05:05:02 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.20 1998/01/25 05:23:59 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -117,8 +117,7 @@
|
|||||||
* Solaris 2
|
* Solaris 2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if (defined(__i386__) && defined(__sun__)) || \
|
#if ((defined(__i386__) || defined(__sparc__)) && defined(__sun__)
|
||||||
defined(sparc_solaris)
|
|
||||||
/* for xxxxx_solaris, this is defined in port/.../tas.s */
|
/* for xxxxx_solaris, this is defined in port/.../tas.s */
|
||||||
|
|
||||||
static int tas(slock_t *lock);
|
static int tas(slock_t *lock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user