[libc-commits] [libc] [libc] process mrelease (PR #119147)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Dec 9 10:54:37 PST 2024
================
@@ -0,0 +1,21 @@
+//===-- Implementation header for process_mrelease function -*- 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_SYS_MMAN_PROCESS_MRELEASE_H
+#define LLVM_LIBC_SRC_SYS_MMAN_PROCESS_MRELEASE_H
+
+#include "src/__support/macros/config.h"
+#include <sys/mman.h> // For size_t and off_t
----------------
michaelrj-google wrote:
this isn't using `size_t` or `off_t`, remove this include.
https://github.com/llvm/llvm-project/pull/119147
More information about the libc-commits
mailing list