diff options
author | midipix <writeonce@midipix.org> | 2017-11-23 08:54:30 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-23 08:58:19 -0500 |
commit | 31dfe38649f641ad2cbbc43c745c644bbdcc9182 (patch) | |
tree | bc8bb9e7dfd24c67a04e39d0a9f28578c82fd281 /arch/nt64 | |
parent | d1c8880dafd022971a7a541db0d2299bbc764952 (diff) | |
download | mmglue-31dfe38649f641ad2cbbc43c745c644bbdcc9182.tar.bz2 mmglue-31dfe38649f641ad2cbbc43c745c644bbdcc9182.tar.xz |
abi: psxglue.h: struct __psx_context: added ctty (path to pty server).
Diffstat (limited to 'arch/nt64')
-rw-r--r-- | arch/nt64/psxglue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index 5dbe57b..3f1abbf 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -37,6 +37,7 @@ struct __tlca_abi { struct __psx_context { int size; int options; + const unsigned short * ctty; void ** sys_vtbl; const struct __ldso_vtbl * ldso_vtbl; const struct __psx_vtbl * psx_vtbl; |