From bf03fc48770a82832570488812c8beedc70c36e4 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 2 Feb 2019 03:26:50 -0500 Subject: process init: apply hidden visibility to all [S]crt*.o files. --- crt/nt64/Scrtldso.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crt/nt64/Scrtldso.c') 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 #include +#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}; -- cgit v1.2.3