summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32/Scrtvrfs.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/nt32/Scrtvrfs.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/nt32/Scrtvrfs.c')
-rw-r--r--crt/nt32/Scrtvrfs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crt/nt32/Scrtvrfs.c b/crt/nt32/Scrtvrfs.c
index bef26df..e60f317 100644
--- a/crt/nt32/Scrtvrfs.c
+++ b/crt/nt32/Scrtvrfs.c
@@ -3,3 +3,7 @@
#include "psxglue.h"
const int __crtopt_vrfs = __PSXOPT_VRFS;
+
+/* pty server root-relative name */
+static const unsigned short __ctty[] = {'n','t','c','t','t','y',
+ '.','e','x','e',0};