Skip to content

Commit

Permalink
[OSSignpost] Update apinotes to allow usage of os_signpost ABI entryp…
Browse files Browse the repository at this point in the history
…oint

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
  • Loading branch information
Josh Learn committed Oct 6, 2020
1 parent 6651f6e commit 5c3814e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apinotes/os.apinotes
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ Functions:
SwiftPrivate: true
NullabilityOfRet: O
- Name: _os_signpost_emit_with_name_impl
Availability: nonswift
AvailabilityMsg: 'Use os_signpost'
SwiftPrivate: true
NullabilityOfRet: O

0 comments on commit 5c3814e

Please sign in to comment.