zig/test/link/glibc_compat
Pat Tullmann ed795a907d target.zig: Constrain aarch64 to glibc version 2.17 or later
Had constrained the `aarch64_be` target, but not `aarch64`.  This
constraint is necessary because earlier versions of glibc do not support
the aarch64 architecture.

Also, skip unsupported test cases.
2024-06-06 09:36:16 -07:00
..
build.zig target.zig: Constrain aarch64 to glibc version 2.17 or later 2024-06-06 09:36:16 -07:00
glibc_runtime_check.c test/link/glibc_compat: Add C test case for glibc versions 2024-06-06 09:36:16 -07:00
glibc_runtime_check.zig test/link/glibc_compat: fix incorrect strlcpy result 2024-04-28 22:03:08 -07:00
main.c glibc hacks: also add a few dn_* functions 2023-05-04 10:36:05 +03:00