[libc-commits] [libc] Add Linux sys call wrapper in LibC [ Issue #110122 ] (PR #110307)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Fri Sep 27 11:38:07 PDT 2024
================
@@ -0,0 +1,44 @@
+//===----- Linux implementation of the POSIX remap_file_pages function ----===//
+//
+// 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/sys/mman/remap_file_pages.h>
----------------
michaelrj-google wrote:
this should use `"quote marks"` instead of `<angle brackets>`
```suggestion
#include "src/sys/mman/remap_file_pages.h"
```
https://github.com/llvm/llvm-project/pull/110307
More information about the libc-commits
mailing list