Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0e91367

Browse files
committed
Try this to fix HP/UX port compile
1 parent90fb23e commit0e91367

File tree

1 file changed

+22
-0
lines changed
  • src/backend/port/dynloader

1 file changed

+22
-0
lines changed

‎src/backend/port/dynloader/hpux.h

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*-------------------------------------------------------------------------
2+
*
3+
* dynloader.h--
4+
* dynamic loader for HP-UX using the shared library mechanism
5+
*
6+
* Copyright (c) 1994, Regents of the University of California
7+
*
8+
*
9+
* IDENTIFICATION
10+
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.1 1998/01/26 02:48:36 scrappy Exp $
11+
*
12+
*NOTES
13+
*all functions are defined here -- it's impossible to trace the
14+
*shl_* routines from the bundled HP-UX debugger.
15+
*
16+
*-------------------------------------------------------------------------
17+
*/
18+
/* System includes */
19+
void*pg_dlopen(char*filename);
20+
func_ptrpg_dlsym(void*handle,char*funcname);
21+
voidpg_dlclose(void*handle);
22+
char*pg_dlerror();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp