We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 512e6b3 + e030e37 commit b6247b0Copy full SHA for b6247b0
stdlib/public/runtime/Backtrace.cpp
@@ -260,7 +260,7 @@ const char *presetToString(Preset preset) {
260
bool isPrivileged() {
261
return getauxval(AT_SECURE);
262
}
263
-#elif defined(TARGET_OS_OSX) || defined(TARGET_OS_MACCATALYST)
+#elif TARGET_OS_OSX || TARGET_OS_MACCATALYST
264
265
if (issetugid())
266
return true;
0 commit comments