zig/test/link/glibc_compat
Pat Tullmann cbaaf6477f test glibc_runtime_check: add strlcpy() check
The strlcpy symbol was added in v2.38, so this is a handy symbol for
creating binaries that won't run on relatively modern systems (e.g., mine,
that has glibc 2.36 installed).
2024-01-04 17:12:07 -07:00
..
build.zig test glibc_runtime_check: add strlcpy() check 2024-01-04 17:12:07 -07:00
glibc_runtime_check.zig test glibc_runtime_check: add strlcpy() check 2024-01-04 17:12:07 -07:00
main.c