aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/irix5/port.c
blob: 6c60ade72f96454a3d0488160a36ac887419a589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*-------------------------------------------------------------------------
 *
 * port.c--
 *	  Irix5-specific routines
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 *
 * IDENTIFICATION
 *	  /usr/local/devel/pglite/cvs/src/backend/port/sparc_solaris/port.c,v 1.2 1995/03/17 06:40:19 andrew Exp
 *
 *-------------------------------------------------------------------------
 */
#include <math.h>				/* for pow() prototype */

#include <errno.h>