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

Commitdd70e43

Browse files
committed
re-integrate nextstep dynloader functionalityFrom: Jacek Lasecki <jacek@sound.eti.pg.gda.pl>
1 parent875a3f6 commitdd70e43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/port/nextstep/port-protos.hrenamed to‎src/backend/port/dynloader/nextstep.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#include"fmgr.h"/* for func_ptr */
1313
#include"utils/dynamic_loader.h"
1414

15-
void*next_dlopen(char*name);
16-
intnext_dlclose(void*handle);
17-
void*next_dlsym(void*handle,char*symbol);
18-
char*next_dlerror(void);
15+
void*next_dlopen(char*name);
16+
intnext_dlclose(void*handle);
17+
void*next_dlsym(void*handle,char*symbol);
18+
char*next_dlerror(void);
1919

2020
#definepg_dlopen(f)next_dlopen
2121
#definepg_dlsymnext_dlsym

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp