Make sure the syscall table entries are aligned on a 4-byte boundary.
authorkettenis <kettenis@openbsd.org>
Mon, 11 Dec 2023 22:24:15 +0000 (22:24 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 11 Dec 2023 22:24:15 +0000 (22:24 +0000)
commit5bcead818ba71dc1c4fad02a24986a5b47ae1c58
tree85cbe18af74fa56308dfda3729e43397b3b2c254
parent551b33bfef6b7c53ceaddc2f1c22f6a9f6d18050
Make sure the syscall table entries are aligned on a 4-byte boundary.
Required for strict-alignment architectures and a good idea on others.

ok deraadt@
lib/libc/arch/DEFS.h
lib/libc/arch/alpha/SYS.h
lib/libc/arch/hppa/SYS.h
lib/libc/arch/i386/DEFS.h
lib/libc/arch/m88k/DEFS.h
lib/libc/arch/mips64/SYS.h
lib/libc/arch/powerpc64/DEFS.h
lib/libc/arch/riscv64/DEFS.h
lib/libc/arch/sh/SYS.h