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.
1 parent ab87cfd commit e120ff1Copy full SHA for e120ff1
Darwin/Foundation-swiftoverlay/DataThunks.m
@@ -13,7 +13,8 @@
13
#import <Foundation/Foundation.h>
14
#import <sys/fcntl.h>
15
16
-#include "swift/Runtime/Config.h"
+// Note: This came from SwiftShims/Visibility.h
17
+#define SWIFT_RUNTIME_STDLIB_INTERNAL __attribute__ ((visibility("hidden")))
18
19
#if TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR
20
static int __NSFileProtectionClassForOptions(NSUInteger options) {
0 commit comments