blob: 82303ed7fcbb64c3e81c38f2d401aa7fe4e07934 (
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>
|