From d1c8880dafd022971a7a541db0d2299bbc764952 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 23 Nov 2017 08:20:56 -0500 Subject: crt source files: fixed comments, whitespace meditation. --- crt/nt64/crtvrfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crt/nt64/crtvrfs.c') diff --git a/crt/nt64/crtvrfs.c b/crt/nt64/crtvrfs.c index 4fa743c..50fffd1 100644 --- a/crt/nt64/crtvrfs.c +++ b/crt/nt64/crtvrfs.c @@ -8,11 +8,11 @@ const int __crtopt_vrfs = __PSXOPT_VRFS; /* framework (rtdata) abi */ static const struct __guid __ldsoabi = NT_PROCESS_GUID_RTDATA; -/* loader root-relative name */ +/* loader standalone (single directory) name */ static const unsigned short __sdldso[] = {'l','i','b','p','s','x','s','c','l', '.','s','o',0}; -/* loader root-relative name */ +/* libc standalone (single directory) name */ static const unsigned short __sdlibc[] = {'l','i','b','c', '.','s','o',0}; -- cgit v1.2.3