diff options
author | 2001-06-10 18:45:02 +0000 | |
---|---|---|
committer | 2001-06-10 18:45:02 +0000 | |
commit | a48ba8f6307e51f3e2d806d2b2092b6cf8384c90 (patch) | |
tree | 783aa60eb1c6880dd967074d1659ace240db275e /lib/libc/net | |
parent | implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. deraadt@ ok. (diff) | |
download | wireguard-openbsd-a48ba8f6307e51f3e2d806d2b2092b6cf8384c90.tar.xz wireguard-openbsd-a48ba8f6307e51f3e2d806d2b2092b6cf8384c90.zip |
Hack/workaround for gcc bug. GCC will generate a load/store double instruction
to do data copies, however it will not correctly identify that a load/store
double will not correctly copy data where the address is misaligned.
This emulates the load/store double operations in the kernel.
Fixes gtk+ runtime problems.
From NetBSD.
Diffstat (limited to 'lib/libc/net')
0 files changed, 0 insertions, 0 deletions