diff options
Diffstat (limited to 'src/backend/port/hpux/port-protos.h')
-rw-r--r-- | src/backend/port/hpux/port-protos.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/backend/port/hpux/port-protos.h b/src/backend/port/hpux/port-protos.h index 33d2dd66def..76b336aae22 100644 --- a/src/backend/port/hpux/port-protos.h +++ b/src/backend/port/hpux/port-protos.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * * port-protos.h-- - * port-specific prototypes for HP-UX + * port-specific prototypes for HP-UX * * * Copyright (c) 1994, Regents of the University of California * - * $Id: port-protos.h,v 1.2 1997/07/27 18:51:57 momjian Exp $ + * $Id: port-protos.h,v 1.3 1997/09/07 04:45:51 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ #define PORT_PROTOS_H #include <sys/resource.h> /* for struct rusage */ -#include <dl.h> /* for shl_t */ +#include <dl.h> /* for shl_t */ #include "utils/dynamic_loader.h" @@ -24,11 +24,11 @@ /* port.c */ -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); +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 */ +#endif /* PORT_PROTOS_H */ |