mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
17 lines
468 B
C
17 lines
468 B
C
/*-------------------------------------------------------------------------
|
|
*
|
|
* 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>
|