port-protos.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * port_protos.h
  4.  *   port-specific prototypes for HP-UX
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: port-protos.h,v 1.7 1999/02/13 23:17:34 momjian Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef PORT_PROTOS_H
  14. #define PORT_PROTOS_H
  15. #include <sys/resource.h> /* for struct rusage */
  16. #include <dl.h> /* for shl_t */
  17. #include "utils/dynamic_loader.h"
  18. /* dynloader.c */
  19. /* pg_dl{open,close,sym} prototypes are in utils/dynamic_loader.h */
  20. /* port.c */
  21. extern int init_address_fixup(void);
  22. extern double rint(double x);
  23. extern double cbrt(double x);
  24. #endif  /* PORT_PROTOS_H */