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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crt/nt64/Scrtldso.c b/crt/nt64/Scrtldso.c
index fbb4572..11e8915 100644
--- a/crt/nt64/Scrtldso.c
+++ b/crt/nt64/Scrtldso.c
@@ -5,6 +5,6 @@
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};
+const unsigned short __ctty[] = {'b','i','n','\\',
+ 'n','t','c','t','t','y',
+ '.','e','x','e',0};