summaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-28 09:53:14 -0400
committermidipix <writeonce@midipix.org>2017-10-28 12:45:06 -0400
commitffa3293e29b6efc2e6d952adea984e8b81b8918c (patch)
tree8e5cb00d948cf92a92f43195eb1e40d8fd2b4d2c /arch
parentf2c18b72c036f588849307b41a3a31a5d79aa036 (diff)
downloadmmglue-ffa3293e29b6efc2e6d952adea984e8b81b8918c.tar.bz2
mmglue-ffa3293e29b6efc2e6d952adea984e8b81b8918c.tar.xz
psxglue.h: updated the signature of __psx_dlopen().
Diffstat (limited to 'arch')
-rw-r--r--arch/nt32/psxglue.h2
-rw-r--r--arch/nt64/psxglue.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h
index abe6365..2bcf329 100644
--- a/arch/nt32/psxglue.h
+++ b/arch/nt32/psxglue.h
@@ -10,7 +10,7 @@
typedef int __ldso_dladdr(const void * addr, void * info);
typedef int __ldso_dlinfo(void * dso, int req, void * res);
typedef void * __ldso_dlsym(void * p, const char * s, void * ra);
-typedef void * __ldso_dlopen(const char * file, int mode, const char * path, void * reserved);
+typedef void * __ldso_dlopen(const char * file, int mode, const char ** pathv, int * status);
typedef int __ldso_dlclose(void *p);
typedef char * __ldso_dlerror(void);
typedef void __ldso_reset_tls(void);
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h
index abe6365..2bcf329 100644
--- a/arch/nt64/psxglue.h
+++ b/arch/nt64/psxglue.h
@@ -10,7 +10,7 @@
typedef int __ldso_dladdr(const void * addr, void * info);
typedef int __ldso_dlinfo(void * dso, int req, void * res);
typedef void * __ldso_dlsym(void * p, const char * s, void * ra);
-typedef void * __ldso_dlopen(const char * file, int mode, const char * path, void * reserved);
+typedef void * __ldso_dlopen(const char * file, int mode, const char ** pathv, int * status);
typedef int __ldso_dlclose(void *p);
typedef char * __ldso_dlerror(void);
typedef void __ldso_reset_tls(void);