[libc-commits] [libc] 6adbcd2 - [libc] Add String to bsd headers

Alex Brachet via libc-commits libc-commits at lists.llvm.org
Wed May 18 11:01:15 PDT 2022


Author: Alex Brachet
Date: 2022-05-18T18:01:02Z
New Revision: 6adbcd2b102e25a613d8c2df74eddb1fb34e7216

URL: https://github.com/llvm/llvm-project/commit/6adbcd2b102e25a613d8c2df74eddb1fb34e7216
DIFF: https://github.com/llvm/llvm-project/commit/6adbcd2b102e25a613d8c2df74eddb1fb34e7216.diff

LOG: [libc] Add String to bsd headers

Added: 
    

Modified: 
    libc/spec/bsd_ext.td

Removed: 
    


################################################################################
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,
+  ]
 }


        


More information about the libc-commits mailing list