Explorar o código

nptl: fix use of IS_IN_LIBPTHREAD macro

IS_IN_LIBPTHREAD should be IS_IN_libpthread instead.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso %!s(int64=13) %!d(string=hai) anos
pai
achega
37525c04e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libpthread/nptl/unwind.c

+ 1 - 1
libpthread/nptl/unwind.c

@@ -117,7 +117,7 @@ unwind_cleanup (_Unwind_Reason_Code reason, struct _Unwind_Exception *exc)
 void
 attribute_protected
 __cleanup_fct_attribute __attribute ((noreturn))
-#if !defined SHARED && !defined IS_IN_LIBPTHREAD
+#if !defined SHARED && !defined IS_IN_libpthread
 weak_function
 #endif
 __pthread_unwind (__pthread_unwind_buf_t *buf)