[libc-commits] [libc] [libc] Remove _Exit proxy func header and use LIBC_NAMESPACE::_Exit in tests (PR #114904)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Nov 7 09:17:58 PST 2024
================
@@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
-#include "hdr/func/_Exit.h"
----------------
michaelrj-google wrote:
looks like you need to include `_Exit` here explicitly (`#include "src/stdlib/_Exit.h`). Applies to both tests.
https://github.com/llvm/llvm-project/pull/114904
More information about the libc-commits
mailing list