Checking patch include/ctype.h... error: while searching for: # define CTYPE_EXTERN_INLINE extern inline # endif extern __thread const uint16_t * __libc_tsd_CTYPE_B; extern __thread const int32_t * __libc_tsd_CTYPE_TOUPPER; extern __thread const int32_t * __libc_tsd_CTYPE_TOLOWER; CTYPE_EXTERN_INLINE const uint16_t ** __attribute__ ((const)) error: patch failed: include/ctype.h:29 error: include/ctype.h: patch does not apply Checking patch include/rpc/rpc.h... error: while searching for: extern void __rpc_thread_destroy (void) attribute_hidden; extern __thread struct rpc_thread_variables *__libc_tsd_RPC_VARS; #define RPC_THREAD_VARIABLE(x) (__rpc_thread_variables()->x) error: patch failed: include/rpc/rpc.h:45 error: include/rpc/rpc.h: patch does not apply Checking patch locale/localeinfo.h... error: while searching for: /* This fetches the thread-local locale_t pointer, either one set with uselocale or &_nl_global_locale. */ #define _NL_CURRENT_LOCALE __libc_tsd_LOCALE extern __thread locale_t __libc_tsd_LOCALE; /* For static linking it is desireable to avoid always linking in the code and data for every category when we can tell at link time that they are error: patch failed: locale/localeinfo.h:237 error: locale/localeinfo.h: patch does not apply