[libc-commits] [PATCH] D134491: [libc] move sys/mman macros to /include
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Sep 22 15:35:34 PDT 2022
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
Previously the mman macros were in api.td, but platform differences are
easier to handle with preprocessor macros so they have been moved to
include. Also I completed the list of macros (at least for what I need
soon) and fixed some previously incorrect values.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134491
Files:
libc/config/linux/api.td
libc/include/CMakeLists.txt
libc/include/llvm-libc-macros/CMakeLists.txt
libc/include/llvm-libc-macros/linux/CMakeLists.txt
libc/include/llvm-libc-macros/linux/sys-mman-macros.h
libc/include/llvm-libc-macros/sys-mman-macros.h
libc/include/sys/mman.h.def
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134491.462331.patch
Type: text/x-patch
Size: 6443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220922/8c01ee8f/attachment.bin>
More information about the libc-commits
mailing list