[libc-commits] [libc] [libc] add an _Exit declaration to the _Exit proxy func header (PR #114904)

Job Henandez Lara via libc-commits libc-commits at lists.llvm.org
Tue Nov 5 12:28:31 PST 2024


Jobhdez wrote:

> Why do we need a proxy header for `_Exit` at all? Why don't we just call our internal `_Exit` in the `atexit` and `atquickexit` tests?

Yeah this makes sense. I will update the PR to remove the `_Exit` proxy header, and switch those 2 tests to use `LIBC_NAMESPACE::_Exit` instead. Can you please just confirm that this is what we’re going to do? Thanks

https://github.com/llvm/llvm-project/pull/114904


More information about the libc-commits mailing list