summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32/Scrtvrfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'crt/nt32/Scrtvrfs.c')
-rw-r--r--crt/nt32/Scrtvrfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crt/nt32/Scrtvrfs.c b/crt/nt32/Scrtvrfs.c
index e60f317..82cf826 100644
--- a/crt/nt32/Scrtvrfs.c
+++ b/crt/nt32/Scrtvrfs.c
@@ -5,5 +5,5 @@
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};
+const unsigned short __ctty[] = {'n','t','c','t','t','y',
+ '.','e','x','e',0};