summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/Scrtldso.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-23 11:00:00 -0500
committermidipix <writeonce@midipix.org>2017-11-23 11:00:00 -0500
commit554d2c61eefc995bd1bd48af06f90e46745d0ce6 (patch)
treeab57908a0c190ad8d91ba052df7c690e1c8f5692 /crt/nt64/Scrtldso.c
parent31dfe38649f641ad2cbbc43c745c644bbdcc9182 (diff)
downloadmmglue-554d2c61eefc995bd1bd48af06f90e46745d0ce6.tar.bz2
mmglue-554d2c61eefc995bd1bd48af06f90e46745d0ce6.tar.xz
_start(), ldso: integrated -mposix and explicit pty server dependency support.
Diffstat (limited to 'crt/nt64/Scrtldso.c')
-rw-r--r--crt/nt64/Scrtldso.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/crt/nt64/Scrtldso.c b/crt/nt64/Scrtldso.c
index 936a9d2..fbb4572 100644
--- a/crt/nt64/Scrtldso.c
+++ b/crt/nt64/Scrtldso.c
@@ -3,3 +3,8 @@
#include "psxglue.h"
const int __crtopt_ldso = __PSXOPT_LDSO;
+
+/* pty server root-relative name */
+static const unsigned short __ctty[] = {'b','i','n','\\',
+ 'n','t','c','t','t','y',
+ '.','e','x','e',0};