commit addd35ea50167770689882c2c27bbdf8de3a4b95
parent ab9b9d875fe5380e9f888ac9a6b6d60d5bc21941
Author: Ryan Sepassi <rsepassi@gmail.com>
Date: Tue, 9 Jun 2026 22:20:55 -0700
lib-deps: drop stale _strtoull from the allowlist
libkit.a no longer references strtoull (the drift predates this cleanup — it was
already failing test-lib-deps at the baseline de9bface). Removing the stale entry
tightens the allowlist to libkit's actual external symbol set and turns
test-lib-deps green. The cleanup waves added no new external deps (the symbol set
is otherwise unchanged), confirming the dedup/refactors are libc-neutral.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/scripts/lib_deps.allowlist b/scripts/lib_deps.allowlist
@@ -15,4 +15,3 @@ _strlen
_strncmp
_strstr
_strtod
-_strtoull