From 31dfe38649f641ad2cbbc43c745c644bbdcc9182 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 23 Nov 2017 08:54:30 -0500 Subject: abi: psxglue.h: struct __psx_context: added ctty (path to pty server). --- arch/nt32/psxglue.h | 1 + arch/nt64/psxglue.h | 1 + 2 files changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index 5dbe57b..3f1abbf 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/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; 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; -- cgit v1.2.3