]> git.saurik.com Git - apple/libc.git/commitdiff
Libc-1353.100.2.tar.gz macos-10154 macos-10155 macos-10156 v1353.100.2
authorApple <opensource@apple.com>
Fri, 1 May 2020 18:25:29 +0000 (18:25 +0000)
committerApple <opensource@apple.com>
Fri, 1 May 2020 18:25:29 +0000 (18:25 +0000)
libdarwin/bsd.c
xcodescripts/libc.xcconfig

index 35cbafd1c3f1d33d135a463ae30b78b970b7a9d6..5a60e5306eed10bf969a18c4ce26127788e44aad 100644 (file)
@@ -34,7 +34,7 @@ _parse_boot_arg_value(char *argsbuff, const char *which, char *where, size_t max
 
        char *token = NULL;
        char *argsstr = argsbuff;
-       static const char seps[] = { ' ', '\t', };
+       static const char seps[] = { ' ', '\t', };
        while ((token = strsep(&argsstr, seps)) != NULL) {
                bool is_boolean = false;
 
index a7437ae530f31147701abbefb0af913f2b0557ac..24e859b67ad175364636254d6e77dffac0ff98c1 100644 (file)
@@ -75,7 +75,6 @@ GCC_PREPROCESSOR_DEFINITIONS = $(BASE_PREPROCESSOR_MACROS)
 
 // libsystem_c.dylib linking
 CR_LDFLAGS = -lCrashReporterClient
-CR_LDFLAGS[sdk=driverkit*] =
 LIBCOMPILER_RT_LDFLAGS = -lcompiler_rt
 LIBMALLOC_LDFLAGS = -lsystem_malloc
 LIBC_LDFLAGS = -lsystem_c