diff --git a/libc/hdr/func/_Exit.h b/libc/hdr/func/_Exit.h index 575b0426e508c..e024a651a50bc 100644 --- a/libc/hdr/func/_Exit.h +++ b/libc/hdr/func/_Exit.h @@ -10,7 +10,8 @@ #define LLVM_LIBC_HDR_FUNC_EXIT_H #ifdef LIBC_FULL_BUILD -extern "C" void _Exit(int); +// We will use the `_Exit` declaration from our generated stdlib.h +#include #else // Overlay mode