diff options
author | midipix <writeonce@midipix.org> | 2015-07-24 10:51:20 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-07-24 10:51:20 -0400 |
commit | 44d991d88d20e6983a8289f7ea3ee2581396f537 (patch) | |
tree | 51fbbef255b9fe222dc4614d52b4a65320f58a3e /arch/nt64 | |
parent | d2187e6edb017750de5cb1f7d2a161abf839dea2 (diff) | |
download | mmglue-44d991d88d20e6983a8289f7ea3ee2581396f537.tar.bz2 mmglue-44d991d88d20e6983a8289f7ea3ee2581396f537.tar.xz |
synchronize psxglue.h with libpsxscl (tlca design change).
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 4910be4..2c3e533 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -53,7 +53,7 @@ struct __tlca { int * pthread_set_child_tid; int * pthread_clear_child_tid; char * pthread_tls; - char ***pthread_dtls; + char ** pthread_dtls; }; typedef int __psx_init_routine( |