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

[wasm] Include syslog.h only if available #4899

Conversation

kateinoigakukun
Copy link
Member

wasi-libc does not provide syslog.h, so we should only include it if it is available. syslog APIs are only used for debugging code guarded under DEBUG_URL_MEMORY_USAGE, so it is safe to exclude it.

wasi-libc does not provide `syslog.h`, so we should only include it if
it is available. syslog APIs are only used for debugging code guarded
under `DEBUG_URL_MEMORY_USAGE`, so it is safe to exclude it.
@MaxDesiatov
Copy link
Member

@swift-ci test

@kateinoigakukun kateinoigakukun merged commit 7c7225a into apple:main Mar 3, 2024
2 of 3 checks passed
@kateinoigakukun kateinoigakukun deleted the pr-f57925e663dfa963eeb242915a3ea289b3211842 branch March 3, 2024 05:17
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.

None yet

2 participants