Skip to content

[lldb][NFCI] Include <cstdio> in SBDefines for FILE * definition #6924

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

Conversation

bulbazord
Copy link

There are a few API headers that use FILE * but do not include the correct header for their definition. Instead of including in each of the headers manually, it seems easiest to include it in SBDefines to get them all at once.

rdar://109579348

Differential Revision: https://reviews.llvm.org/D151381

(cherry picked from commit 877ddac)

There are a few API headers that use FILE * but do not include the
correct header for their definition. Instead of including <cstdio> in each
of the headers manually, it seems easiest to include it in SBDefines to
get them all at once.

rdar://109579348

Differential Revision: https://reviews.llvm.org/D151381

(cherry picked from commit 877ddac)
@bulbazord
Copy link
Author

@swift-ci please test

@JDevlieghere JDevlieghere merged commit 761429b into swiftlang:swift/release/5.9 May 26, 2023
@bulbazord bulbazord deleted the 5.9-cstdout-file-ptr branch May 26, 2023 20:57
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.

2 participants