diff options
author | midipix <writeonce@midipix.org> | 2017-10-28 09:53:14 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-28 12:45:06 -0400 |
commit | ffa3293e29b6efc2e6d952adea984e8b81b8918c (patch) | |
tree | 8e5cb00d948cf92a92f43195eb1e40d8fd2b4d2c /arch/nt64 | |
parent | f2c18b72c036f588849307b41a3a31a5d79aa036 (diff) | |
download | mmglue-ffa3293e29b6efc2e6d952adea984e8b81b8918c.tar.bz2 mmglue-ffa3293e29b6efc2e6d952adea984e8b81b8918c.tar.xz |
psxglue.h: updated the signature of __psx_dlopen().
Diffstat (limited to 'arch/nt64')
-rw-r--r-- | arch/nt64/psxglue.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |