Skip to content

Commit

Permalink
Don't declare __pthread_unwind as weak inside libpthread.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 12, 2003
1 parent 66cc4d0 commit 8b965f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nptl/pthreadP.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ extern int __pthread_debug attribute_hidden;

extern void __pthread_unwind (__pthread_unwind_buf_t *__buf)
__cleanup_fct_attribute __attribute ((__noreturn__))
#ifndef SHARED
#if !defined SHARED && !defined IS_IN_libpthread
weak_function
#endif
;
Expand Down

0 comments on commit 8b965f3

Please sign in to comment.