diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-12-19 22:47:00 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-12-19 22:47:00 +0000 |
commit | 903e21b4513a956bcbe2de6152b201b7fbd001f6 (patch) | |
tree | f179c10e8cb5d4158948d4c63b22630d033ae43e /src/backend/port/hpux/port-protos.h | |
parent | 4ee5f2b96524acc1f6b27eb8d304bb3a9f96b376 (diff) | |
download | postgresql-903e21b4513a956bcbe2de6152b201b7fbd001f6.tar.gz postgresql-903e21b4513a956bcbe2de6152b201b7fbd001f6.zip |
More cleanups. Move alot of the prototype definitions straight into
config.h, right beside their appropriate HAVE_ #ifdefs...one central
location that is included everywhere...
Diffstat (limited to 'src/backend/port/hpux/port-protos.h')
-rw-r--r-- | src/backend/port/hpux/port-protos.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/port/hpux/port-protos.h b/src/backend/port/hpux/port-protos.h index 7b4fad99fa7..dbf43ce5f1a 100644 --- a/src/backend/port/hpux/port-protos.h +++ b/src/backend/port/hpux/port-protos.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: port-protos.h,v 1.4 1997/09/08 02:26:23 momjian Exp $ + * $Id: port-protos.h,v 1.5 1997/12/19 22:45:57 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -27,8 +27,5 @@ extern int init_address_fixup(void); extern double rint(double x); extern double cbrt(double x); -extern long random(void); -extern void srandom(unsigned seed); -extern int getrusage(int who, struct rusage * ru); #endif /* PORT_PROTOS_H */ |