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/crtposix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crt/nt64/crtposix.c') diff --git a/crt/nt64/crtposix.c b/crt/nt64/crtposix.c index f8e7664..498d301 100644 --- a/crt/nt64/crtposix.c +++ b/crt/nt64/crtposix.c @@ -1,5 +1,6 @@ #include #include +#include "crtinit.h" #include "psxglue.h" -const int __crtopt_posix = __PSXOPT_POSIX; +const int __hidden __crtopt_posix = __PSXOPT_POSIX; -- cgit v1.2.3