Unverified Commit d8278b68 authored by Louis Dionne's avatar Louis Dionne Committed by GitHub
Browse files

[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
parent 450462cb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment