[libc-commits] [PATCH] D125913: [libc] fix missing semicolon in	bsd_ext.td
    Michael Jones via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Wed May 18 11:22:36 PDT 2022
    
    
  
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf8ae591fc985: [libc] fix missing semicolon in bsd_ext.td (authored by michaelrj).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125913/new/
https://reviews.llvm.org/D125913
Files:
  libc/spec/bsd_ext.td
Index: libc/spec/bsd_ext.td
===================================================================
--- libc/spec/bsd_ext.td
+++ libc/spec/bsd_ext.td
@@ -15,5 +15,5 @@
 
   let Headers = [
     String,
-  ]
+  ];
 }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125913.430460.patch
Type: text/x-patch
Size: 212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220518/7dbf0daa/attachment.bin>
    
    
More information about the libc-commits
mailing list