diff options
author | midipix <writeonce@midipix.org> | 2019-01-31 19:56:08 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-19 14:47:45 -0500 |
commit | 07b6814a07b3c94bf8b4ba2e2a906175fbf89ffd (patch) | |
tree | fb774568c51f184786ea100e58cd9d765b82bcf5 /arch | |
parent | ca29c23790ef87220b2f74cb6c77d4f40f9cd5b8 (diff) | |
download | mmglue-07b6814a07b3c94bf8b4ba2e2a906175fbf89ffd.tar.bz2 mmglue-07b6814a07b3c94bf8b4ba2e2a906175fbf89ffd.tar.xz |
psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl.
tls: place __copy_tls() and __reset_tls() in designated translation units.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/psxglue.h | 2 | ||||
-rw-r--r-- | arch/nt64/psxglue.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index db2a8ed..ad0e07b 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -14,7 +14,7 @@ struct __ldso_vtbl { void * (*dlopen) (const char * file, int mode, const char ** pathv, int * status); int (*dlclose) (void *p); char * (*dlerror) (void); - void (*reset_tls) (void); + void (*tlsreset) (void); }; struct __psx_vtbl { diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index db2a8ed..ad0e07b 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -14,7 +14,7 @@ struct __ldso_vtbl { void * (*dlopen) (const char * file, int mode, const char ** pathv, int * status); int (*dlclose) (void *p); char * (*dlerror) (void); - void (*reset_tls) (void); + void (*tlsreset) (void); }; struct __psx_vtbl { |