Commit 9c434b47 authored by Louis Dionne's avatar Louis Dionne Committed by Tom Stellard
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
(cherry picked from commit d8278b68)
parent 4195885b
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