summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2017-02-25 16:53:02 +0000
committerkettenis <kettenis@openbsd.org>2017-02-25 16:53:02 +0000
commit4bee5e8dcd4521bd95b4198faa3853851702518d (patch)
tree9ecedb1181707c51ffbd53548fe2212a3baccac2 /lib/libc
parentFix the types used on aarch64 to match what we have in <sys/types.h>. (diff)
downloadwireguard-openbsd-4bee5e8dcd4521bd95b4198faa3853851702518d.tar.xz
wireguard-openbsd-4bee5e8dcd4521bd95b4198faa3853851702518d.zip
Disable loop idiom recognition for _libc_memset and _libc_memcpy. These are
the internal names we use in libc for memset and memcpy and having the compiler optimize them as calls to memset and memcpy will lead to infinite recursion. This is a temporary solution while guenther@ tries to figure out a better way to force calls from inside libc via identifiers that are of hidden visibility. ok jsg@, patrick@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions