From d32d30fc2e2717458dc441aea2c840c04d6b21e5 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 25 Dec 2017 09:22:47 -0500 Subject: static linking: crt objects: fixed signature of __ctty. --- crt/nt32/Scrtvrfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crt/nt32/Scrtvrfs.c') diff --git a/crt/nt32/Scrtvrfs.c b/crt/nt32/Scrtvrfs.c index e60f317..82cf826 100644 --- a/crt/nt32/Scrtvrfs.c +++ b/crt/nt32/Scrtvrfs.c @@ -5,5 +5,5 @@ const int __crtopt_vrfs = __PSXOPT_VRFS; /* pty server root-relative name */ -static const unsigned short __ctty[] = {'n','t','c','t','t','y', - '.','e','x','e',0}; +const unsigned short __ctty[] = {'n','t','c','t','t','y', + '.','e','x','e',0}; -- cgit v1.2.3