[libc-commits] [libc] [libc] Remove extra commas in linux/config.json. (PR #170801)
via libc-commits
libc-commits at lists.llvm.org
Thu Dec 4 21:16:27 PST 2025
https://github.com/lntue created https://github.com/llvm/llvm-project/pull/170801
None
>From cfdeb41137792c0a529faae5fa891ab5ab6c84ae Mon Sep 17 00:00:00 2001
From: Tue Ly <lntue.h at gmail.com>
Date: Fri, 5 Dec 2025 05:14:20 +0000
Subject: [PATCH] [libc] Remove extra commas in linux/config.json.
---
libc/config/linux/config.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libc/config/linux/config.json b/libc/config/linux/config.json
index 8e7db248dc1bd..a3676986721b4 100644
--- a/libc/config/linux/config.json
+++ b/libc/config/linux/config.json
@@ -1,10 +1,10 @@
{
"string": {
"LIBC_CONF_STRING_LENGTH_IMPL": {
- "value": "clang_vector",
+ "value": "clang_vector"
},
"LIBC_CONF_FIND_FIRST_CHARACTER_IMPL": {
- "value": "word",
+ "value": "word"
}
}
}
More information about the libc-commits
mailing list