[libc-commits] [PATCH] D135731: [libc] add headers sys/auxv sys/prctl and sys/time
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Oct 11 16:56:30 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.
These headers are uncommonly used, and from extensions, but some basic
support is needed. Macros have been added where available.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135731
Files:
libc/config/linux/x86_64/headers.txt
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-time-macros.h
libc/include/llvm-libc-macros/sys-auxv-macros.h
libc/include/llvm-libc-macros/sys-time-macros.h
libc/include/sys/auxv.h.def
libc/include/sys/prctl.h.def
libc/include/sys/time.h.def
libc/spec/gnu_ext.td
libc/spec/linux.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135731.466979.patch
Type: text/x-patch
Size: 13153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221011/4a0259e4/attachment.bin>
More information about the libc-commits
mailing list