[libc-commits] [libc] [libc] implement quick exit function (PR #93621)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed May 29 13:38:33 PDT 2024


================
@@ -11,18 +11,23 @@
 #include <sys/syscall.h> // For syscall numbers.
 
 namespace LIBC_NAMESPACE {
----------------
michaelrj-google wrote:

nit: use `LIBC_NAMESPACE::internal` instead of two namespace declarations

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


More information about the libc-commits mailing list