[libc-commits] [PATCH] D135629: [libc] fix header list for x86_64

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Oct 10 15:51: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.

Some headers hadn't been added, this fixes that and improves the
ordering.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135629

Files:
  libc/config/linux/x86_64/headers.txt


Index: libc/config/linux/x86_64/headers.txt
===================================================================
--- libc/config/linux/x86_64/headers.txt
+++ libc/config/linux/x86_64/headers.txt
@@ -1,7 +1,9 @@
 set(TARGET_PUBLIC_HEADERS
     libc.include.assert_h
     libc.include.ctype
+    libc.include.dirent
     libc.include.errno
+    libc.include.fcntl
     libc.include.fenv
     libc.include.inttypes
     libc.include.math
@@ -11,11 +13,16 @@
     libc.include.stdio
     libc.include.stdlib
     libc.include.string
+    libc.include.threads
+    libc.include.time
+    libc.include.unistd
+
     libc.include.sys_ioctl
     libc.include.sys_mman
     libc.include.sys_random
+    libc.include.sys_resource
+    libc.include.sys_stat
     libc.include.sys_syscall
-    libc.include.threads
-    libc.include.time
-    libc.include.unistd
+    libc.include.sys_utsname
+    libc.include.sys_wait
 )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135629.466656.patch
Type: text/x-patch
Size: 910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221010/273d6f90/attachment.bin>


More information about the libc-commits mailing list