--- crypto/apr_passwd.c.orig 2026-08-03 21:45:25.000000000 +0800 +++ crypto/apr_passwd.c 2026-08-13 11:39:23.000000000 +0800 @@ -64,11 +64,9 @@ * Paper: * https://cr.yp.to/papers/cryptoint-20250424.pdf */ -#if (defined(__xlc__) && !defined(__GNUC__)) #ifndef __has_attribute #define __has_attribute(__x) 0 #endif -#endif #if __has_attribute(always_inline) __attribute__((always_inline))