mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
More stuff to make it compile on various ports.
This commit is contained in:
@@ -6,13 +6,20 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: port-protos.h,v 1.2 1996/11/26 03:18:58 bryanh Exp $
|
||||
* $Id: port-protos.h,v 1.3 1996/11/27 08:15:30 bryanh Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef PORT_PORTOS_H
|
||||
#define PORT_PORTOS_H
|
||||
|
||||
/*
|
||||
* Externals in libc that need prototypes (or at least declarations)
|
||||
*/
|
||||
|
||||
extern char *ecvt(double, int, int*, int*);
|
||||
extern char *fcvt(double, int, int*, int*);
|
||||
|
||||
/* dynloader.c */
|
||||
/*
|
||||
* New dynamic loader.
|
||||
|
||||
Reference in New Issue
Block a user