HomeFreeBSD

libc: fix _FORTIFY_SOURCE build on aarch64

Description

libc: fix _FORTIFY_SOURCE build on aarch64

As with their amd64 counterparts, we need to undef these string funcs
that _FORTIFY_SOURCE will have defined macros for to avoid breaking the
build.

Fixes: bea89d038ac ("lib/libc/aarch64/string: add strlcat SIMD [...]")
Fixes: 3dc5429158c ("lib/libc/aarch64/string: add strncat SIMD [...]")

Details

Provenance
kevansAuthored on Tue, Mar 4, 7:53 PM
Parents
rG70703aa922b4: netinet: allow per protocol random IP id control, single out IPSEC
Branches
Unknown
Tags
Unknown