[libc-commits] [libc] [libc] add headers.txt for windows (PR #118675)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Dec 4 09:59:27 PST 2024
https://github.com/nickdesaulniers created https://github.com/llvm/llvm-project/pull/118675
Link: https://github.com/llvm/llvm-project/pull/117220#issuecomment-2518126598
>From 51ea90aef7665e00ebc200bface81e7552696a4b Mon Sep 17 00:00:00 2001
From: Nick Desaulniers <ndesaulniers at google.com>
Date: Wed, 4 Dec 2024 09:58:47 -0800
Subject: [PATCH] [libc] add headers.txt for windows
Link: https://github.com/llvm/llvm-project/pull/117220#issuecomment-2518126598
---
libc/config/windows/headers.txt | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 libc/config/windows/headers.txt
diff --git a/libc/config/windows/headers.txt b/libc/config/windows/headers.txt
new file mode 100644
index 00000000000000..d5b44fc07277e5
--- /dev/null
+++ b/libc/config/windows/headers.txt
@@ -0,0 +1,32 @@
+set(TARGET_PUBLIC_HEADERS
+ libc.include.assert
+ libc.include.ctype
+ libc.include.dirent
+ libc.include.errno
+ libc.include.features
+ libc.include.fenv
+ libc.include.float
+ libc.include.inttypes
+ libc.include.limits
+ libc.include.link
+ libc.include.locale
+ libc.include.malloc
+ libc.include.math
+ libc.include.sched
+ libc.include.search
+ libc.include.setjmp
+ libc.include.signal
+ libc.include.stdbit
+ libc.include.stdckdint
+ libc.include.stdfix
+ libc.include.stdint
+ libc.include.stdio
+ libc.include.stdlib
+ libc.include.string
+ libc.include.strings
+ libc.include.threads
+ libc.include.time
+ libc.include.uchar
+ libc.include.unistd
+ libc.include.wchar
+)
More information about the libc-commits
mailing list