test(inttypes): note full-link requirement for standalone runs

This commit is contained in:
2026-09-03 22:19:09 -04:00
parent 14b0136a8e
commit 8bf754419f
+4
View File
@@ -33,6 +33,10 @@
* owned by a later todo).
*/
/* Link-trap note: strtoimax/strtoumax delegate to strtol/strtoul — standalone
* links MUST include src/stdlib/strtox.c + strtox_impl.c (+ strtod.c) or host
* glibc silently satisfies them and -f's EINVAL-base checks fail. */
#include <stdint.h>
#include "../include/inttypes.h"