X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasync%2Farch%2Fasync_posix.h;h=62449fe60e04ff54c0a2500d7292c98953da5735;hp=b07c2cb01beb825e452cbb2964f6599ffe7792d8;hb=9d71a24ebf57e7157888af1ca587eafe914bf96f;hpb=cb8164b05e3bad5586c2a109bbdbab1ad65a1a6f diff --git a/crypto/async/arch/async_posix.h b/crypto/async/arch/async_posix.h index b07c2cb01b..62449fe60e 100644 --- a/crypto/async/arch/async_posix.h +++ b/crypto/async/arch/async_posix.h @@ -17,7 +17,8 @@ # include -# if _POSIX_VERSION >= 200112L +# if _POSIX_VERSION >= 200112L \ + && (_POSIX_VERSION < 200809L || defined(__GLIBC__)) # include