summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32/Scrtldso.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-02 03:26:50 -0500
committermidipix <writeonce@midipix.org>2019-02-19 14:48:49 -0500
commitbf03fc48770a82832570488812c8beedc70c36e4 (patch)
tree8e5f58aff76e948d92cb8bceb91d945b10303230 /crt/nt32/Scrtldso.c
parent89292f385435ef4e4fdd8f472367035503c3634e (diff)
downloadmmglue-bf03fc48770a82832570488812c8beedc70c36e4.tar.bz2
mmglue-bf03fc48770a82832570488812c8beedc70c36e4.tar.xz
process init: apply hidden visibility to all [S]crt*.o files.
Diffstat (limited to 'crt/nt32/Scrtldso.c')
-rw-r--r--crt/nt32/Scrtldso.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crt/nt32/Scrtldso.c b/crt/nt32/Scrtldso.c
index 11e8915..e486a93 100644
--- a/crt/nt32/Scrtldso.c
+++ b/crt/nt32/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};