diff options
Diffstat (limited to 'crt/nt32/Scrtvrfs.c')
-rw-r--r-- | crt/nt32/Scrtvrfs.c | 4 |
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}; |