[libc-commits] [libc] [libc] implement pathconf/fpathconf (PR #87165)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Apr 1 11:18:26 PDT 2024
================
@@ -0,0 +1,60 @@
+//===-- Linux implementation of fpathconf ---------------------------------===//
+//
+// 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/unistd/fsync.h"
----------------
nickdesaulniers wrote:
Why do we include `fsync.h`?
https://github.com/llvm/llvm-project/pull/87165
More information about the libc-commits
mailing list