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

Commits on Mar 2, 2024

  1. [wasm] Include syslog.h only if available

    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.
    kateinoigakukun committed Mar 2, 2024
    Copy the full SHA
    5a60991 View commit details
    Browse the repository at this point in the history