Skip to content

dispatch_c99: remove unnecessary __printflike() definition #406

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
Oct 18, 2018
Merged

dispatch_c99: remove unnecessary __printflike() definition #406

merged 1 commit into from
Oct 18, 2018

Conversation

adierking
Copy link
Contributor

Some C libraries (e.g. Bionic on Android) provide a __printflike() macro but
this test always redefines it on Linux-based systems. bsdtests.h already has
better logic to ensure it is available.

Some C libraries (e.g. Bionic on Android) provide a `__printflike()` macro but
this test always redefines it on Linux-based systems. bsdtests.h already has
better logic to ensure it is available.
@adierking
Copy link
Contributor Author

cc @MadCoder @compnerd

@compnerd
Copy link
Member

@swift-ci please test

@ktopley-apple ktopley-apple merged commit f6376cb into swiftlang:master Oct 18, 2018
@adierking adierking deleted the printflike branch December 2, 2018 00:33
rokhinip pushed a commit that referenced this pull request Nov 5, 2021
dispatch_c99: remove unnecessary __printflike() definition

Signed-off-by: Kim Topley <ktopley@apple.com>
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.

4 participants