mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
update some missing places with _
This commit is contained in:
@@ -33,7 +33,7 @@ findDistributedAccessor(const char *targetNameStart, size_t targetNameLength) {
|
||||
}
|
||||
|
||||
SWIFT_CC(swift)
|
||||
SWIFT_EXPORT_FROM(swift_Distributed)
|
||||
SWIFT_EXPORT_FROM(swiftDistributed)
|
||||
void *swift_distributed_getGenericEnvironment(const char *targetNameStart,
|
||||
size_t targetNameLength) {
|
||||
auto *accessor = findDistributedAccessor(targetNameStart, targetNameLength);
|
||||
@@ -65,7 +65,7 @@ using TargetExecutorSignature =
|
||||
/*throws=*/true>;
|
||||
|
||||
SWIFT_CC(swiftasync)
|
||||
SWIFT_EXPORT_FROM(swift_Distributed)
|
||||
SWIFT_EXPORT_FROM(swiftDistributed)
|
||||
TargetExecutorSignature::FunctionType swift_distributed_execute_target;
|
||||
|
||||
/// Accessor takes:
|
||||
|
||||
Reference in New Issue
Block a user