From c278c6432c9a09646191cc8f62af9ff88a89f969 Mon Sep 17 00:00:00 2001 From: Sterling Augustine Date: Thu, 4 Dec 2025 16:10:38 -0800 Subject: [PATCH] Add commas for riscv and arm configs. Fix for breakage introduced by pr170738 --- libc/config/linux/arm/config.json | 2 +- libc/config/linux/riscv/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/config/linux/arm/config.json b/libc/config/linux/arm/config.json index caa16744d389f..d55c652ad6431 100644 --- a/libc/config/linux/arm/config.json +++ b/libc/config/linux/arm/config.json @@ -2,7 +2,7 @@ "string": { "LIBC_CONF_STRING_LENGTH_IMPL": { "value": "element" - } + }, "LIBC_CONF_FIND_FIRST_CHARACTER_IMPL": { "value": "element" } diff --git a/libc/config/linux/riscv/config.json b/libc/config/linux/riscv/config.json index caa16744d389f..d55c652ad6431 100644 --- a/libc/config/linux/riscv/config.json +++ b/libc/config/linux/riscv/config.json @@ -2,7 +2,7 @@ "string": { "LIBC_CONF_STRING_LENGTH_IMPL": { "value": "element" - } + }, "LIBC_CONF_FIND_FIRST_CHARACTER_IMPL": { "value": "element" }