Skip to content

Commit 5c3814e

Browse files
author
Josh Learn
committed
[OSSignpost] Update apinotes to allow usage of os_signpost ABI entrypoint
Currently, the `_os_signpost_emit_with_name_impl` function is not available to be called from Swift. This is the main ABI entrypoint for making os_signpost calls. In order to facilitate more efficient calls to os_signpost in future iterations of the Swift os_signpost API, we need to allow calling this function from Swift. rdar://70015938
1 parent 6651f6e commit 5c3814e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apinotes/os.apinotes

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Functions:
6363
SwiftPrivate: true
6464
NullabilityOfRet: O
6565
- Name: _os_signpost_emit_with_name_impl
66-
Availability: nonswift
67-
AvailabilityMsg: 'Use os_signpost'
66+
SwiftPrivate: true
67+
NullabilityOfRet: O

0 commit comments

Comments
 (0)