[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
This commit is contained in:
Josh Learn
2020-10-06 11:43:13 -07:00
parent 6651f6e55d
commit 5c3814e4dd

View File

@@ -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