[libc-commits] [libc] [libc] at_quick_exit function implemented (PR #94317)
via libc-commits
libc-commits at lists.llvm.org
Tue Jun 4 13:45:55 PDT 2024
================
@@ -0,0 +1,37 @@
+//===-- Implementation of at_quick_exit -----------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/stdlib/at_quick_exit.h"
+#include "src/__support/CPP/mutex.h" // lock_guard
----------------
RoseZhang03 wrote:
Some includes are not directly used and can be removed, check VSCode problems tab
https://github.com/llvm/llvm-project/pull/94317
More information about the libc-commits
mailing list