Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorAlex Brachet <abrachet@google.com>2022-05-18 21:01:02 +0300
committerAlex Brachet <abrachet@google.com>2022-05-18 21:01:02 +0300
commit6adbcd2b102e25a613d8c2df74eddb1fb34e7216 (patch)
tree8d74bc853ccce3bf8f56fc14cc58d73d8cbb3080 /libc
parentfc2c8b2371d7c3ef7c0ed348598abadcfdfcd467 (diff)
[libc] Add String to bsd headers
Diffstat (limited to 'libc')
-rw-r--r--libc/spec/bsd_ext.td4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/spec/bsd_ext.td b/libc/spec/bsd_ext.td
index ea3f3068b672..05d439d4d96b 100644
--- a/libc/spec/bsd_ext.td
+++ b/libc/spec/bsd_ext.td
@@ -12,4 +12,8 @@ def BsdExtensions : StandardSpec<"BSDExtensions"> {
>,
]
>;
+
+ let Headers = [
+ String,
+ ]
}