From ffa3293e29b6efc2e6d952adea984e8b81b8918c Mon Sep 17 00:00:00 2001 From: midipix Date: Oct 28 2017 16:45:06 +0000 Subject: psxglue.h: updated the signature of __psx_dlopen(). --- 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);