1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Solaris cleanup.

This commit is contained in:
Bruce Momjian
1998-06-19 02:55:19 +00:00
parent da1ac9ad25
commit 8ed5918faa
12 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
/* Dummy file used for nothing at this point
*
* see i386_solaris.h
* see solaris_i386.h
*/

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: i386_solaris.h,v 1.1 1997/12/20 03:23:33 scrappy Exp $
* $Id: solaris_i386.h,v 1.1 1998/06/19 02:55:06 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* Dummy file used for nothing at this point
*
* see i386_solaris.h
* see solaris_i386.h
*/

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sparc_solaris.h,v 1.1 1997/12/20 03:35:55 scrappy Exp $
* $Id: solaris_sparc.h,v 1.1 1998/06/19 02:55:06 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* $Id: getrusage.c,v 1.7 1998/02/26 04:34:00 momjian Exp $ */
/* $Id: getrusage.c,v 1.8 1998/06/19 02:55:04 momjian Exp $ */
#include <math.h> /* for pow() prototype */
@@ -7,9 +7,9 @@
#if 0 /* this is from univel port ... how does
* compiler define? */
/* same for i386_solaris port ... how does compiler define? */
/* same for solaris_i386 port ... how does compiler define? */
/* same for sco port ... how does compiler define? */
/* same for sparc_solaris port ... how does compiler define? */
/* same for solaris_sparc port ... how does compiler define? */
/* same for svr4 port ... how does compiler define? */
int
getrusage(int who, struct rusage * rusage)

View File

@@ -1,5 +1,5 @@
/=============================================================================
/ tas.s -- test and set lock for i386_solaris
/ tas.s -- test and set lock for solaris_i386
/=============================================================================
.file "tas.s"