[llvm-branch-commits] [libc] [libc][stdlib][annex_k] Add ignore_handler_s. (PR #164090)

Victor Campos via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 5 10:17:48 PDT 2026


================
@@ -0,0 +1,22 @@
+//===-- Implementation header for ignore_handler_s --------------*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_STDLIB_IGNORE_HANDLER_S_H
+#define LLVM_LIBC_SRC_STDLIB_IGNORE_HANDLER_S_H
+
+#include "hdr/types/errno_t.h"
+#include "src/__support/common.h"
----------------
vhscampos wrote:

Since `common.h` defines `LLVM_LIBC_FUNCTION`, I suggest you move this include to the .cpp file

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


More information about the llvm-branch-commits mailing list