kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

commit c03017b6d4d679d3a443cff9f7b07f984285e85a
parent 2f5440482e5461d1cd1c316a54274a5d41f964b9
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Mon,  1 Jun 2026 17:14:39 -0700

test: allowlist libc deps pulled in by the in-lib dist subsystem

src/dist/* and src/api/package.c (now compiled into libcfree.a) reference
strchr/strncmp/strstr/strtoull; add them so test-lib-deps no longer reports
allowlist drift.

Diffstat:
Mscripts/lib_deps.allowlist | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/scripts/lib_deps.allowlist b/scripts/lib_deps.allowlist @@ -9,6 +9,10 @@ _memset _qsort _setjmp _snprintf +_strchr _strcmp _strlen +_strncmp +_strstr _strtod +_strtoull