浏览代码

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 13 年之前
父节点
当前提交
37525c04e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)