Skip to content
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

vdprintf() → vsnprintf() #1229

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

DimitriPapadopoulos
Copy link
Collaborator

Support older mac0S versions that lack vdprintf().

Fixes #1223.

Define and call an alternative vdprintf(), only
if the genuine vdprintf() does not exist.
@DimitriPapadopoulos DimitriPapadopoulos merged commit ad9dd8d into adrienverge:master Jun 6, 2024
5 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the darwin branch June 6, 2024 14:51
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.

Older macOS do not provide vdprintf: Undefined symbols: "_vdprintf"
1 participant