summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/Scrtldso.c
diff options
context:
space:
mode:
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};