[libc-commits] [libc] [libc] Add the get and set sys/xattr.h entrypoints. (PR #224729)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Fri Sep 18 13:48:16 PDT 2026


================
@@ -0,0 +1,27 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// Function declaration of fgetxattr.
+///
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_SYS_XATTR_LINUX_FGETXATTR_H
----------------
kaladron wrote:

Please check the header guards in this directory, as the _LINUX_ is spurious.

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


More information about the libc-commits mailing list