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

aix: guard STATIC_ASSERT for glibc work around #1808

Closed
wants to merge 1 commit into from

Commits on Apr 20, 2018

  1. aix: guard STATIC_ASSERT for glibc work around

    On 64-bit AIX `sizeof(uv_sem_t)` is 4 bytes which is not large enough to
    store a pointer. AIX doesn't use glibc so the work around introduced by
    libuv#1795 doesn't apply, so guard the
    STATIC_ASSERT so that it is only used when the custom semaphore
    implementation is used.
    richardlau committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    5c98d6c View commit details
    Browse the repository at this point in the history