mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-29 05:51:10 +00:00
8cd559cf5a
It avoids the possible warning of uninitialized 'frame' variable when building with clang: ../sysdeps/nptl/jmp-unwind.c:27:42: error: variable 'frame' is uninitialized when used here [-Werror,-Wuninitialized] __pthread_cleanup_upto (env->__jmpbuf, CURRENT_STACK_FRAME); The resulting code is similar to CURRENT_STACK_FRAME. Checked on x86_64-linux-gnu. |
||
---|---|---|
.. | ||
bits | ||
pthreaddef.h | ||
thread_pointer.h | ||
tls-setup.h |