Skip to content

stubs: match return type to header declaration #11039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2017

Conversation

compnerd
Copy link
Member

Because of differences in the definition of ssize_t, swift uses
__swift_ssize_t in the headers. Make the definition match the
declaration. NFC.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

Because of differences in the definition of ssize_t, swift uses
`__swift_ssize_t` in the headers.  Make the definition match the
declaration.  NFC.
@compnerd
Copy link
Member Author

@swift-ci please test and merge

@swift-ci
Copy link
Contributor

Pull request is not mergeable.

@jrose-apple
Copy link
Contributor

Note: it's not actually about differences in the definition of ssize_t, but that the standard library can't import headers that would normally come in with the Darwin/Glibc overlays.

@compnerd compnerd merged commit 40569f0 into swiftlang:master Jul 18, 2017
@compnerd compnerd deleted the type-matching branch July 18, 2017 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants