[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:18:59 PDT 2022
michaelrj created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
Fix typo in previous commit
Repository:
rG LLVM Github Monorepo
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.430459.patch
Type: text/x-patch
Size: 212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220518/e347d745/attachment.bin>
More information about the libc-commits
mailing list