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 99754ad + 30a6c0f commit eb44285Copy full SHA for eb44285
stdlib/public/Darwin/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