[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 16:06:10 PDT 2022


This revision was automatically updated to reflect the committed changes.
michaelrj marked an inline comment as done.
Closed by commit rGa6abcfee8a28: [libc] fix header list for x86_64 (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135629/new/

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.466659.patch
Type: text/x-patch
Size: 910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221010/b91508fd/attachment.bin>


More information about the libc-commits mailing list