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 d81c3d2 commit 21f1a42Copy full SHA for 21f1a42
stdlib/public/SDK/Foundation/NSError.h
@@ -21,8 +21,8 @@ namespace swift {
21
22
/// The name of the symbol that ErrorObject.mm will look up using dlsym. It uses
23
/// this to locate various items related to Error bridging to NS/CFError.
24
-#define ERROR_BRIDGING_SYMBOL_NAME swift_errorBridgingInfo
25
-#define ERROR_BRIDGING_SYMBOL_NAME_STRING "swift_errorBridgingInfo"
+#define ERROR_BRIDGING_SYMBOL_NAME swift_errorBridgingInfo_
+#define ERROR_BRIDGING_SYMBOL_NAME_STRING "swift_errorBridgingInfo_"
26
27
/// The items that ErrorObject.mm needs for bridging. The
28
/// ERROR_BRIDGING_SYMBOL_NAME symbol will contain an instance of this struct.
0 commit comments