[libc++] Only include <setjmp.h> from the C library if it exists (#81887)
In 2cea1bab, we removed the <setjmp.h> header provided by libc++. However, we did not conditionally include the underlying <setjmp.h> header only if the C library provides one, which we otherwise do consistently (see e.g. 647ddc08). rdar://122978778 (cherry picked from commit d8278b68)
parent
4195885b
Please register or sign in to comment