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, 3 insertions, 2 deletions
diff --git a/crt/nt64/Scrtldso.c b/crt/nt64/Scrtldso.c
index 11e8915..e486a93 100644
--- a/crt/nt64/Scrtldso.c
+++ b/crt/nt64/Scrtldso.c
@@ -1,10 +1,11 @@
#include <unistd.h>
#include <stdint.h>
+#include "crtinit.h"
#include "psxglue.h"
-const int __crtopt_ldso = __PSXOPT_LDSO;
+const int __hidden __crtopt_ldso = __PSXOPT_LDSO;
/* pty server root-relative name */
-const unsigned short __ctty[] = {'b','i','n','\\',
+const unsigned short __hidden __ctty[] = {'b','i','n','\\',
'n','t','c','t','t','y',
'.','e','x','e',0};