-.\" $OpenBSD: syscall.2,v 1.13 2016/05/30 06:48:21 guenther Exp $
+.\" $OpenBSD: syscall.2,v 1.14 2022/08/02 17:37:18 deraadt Exp $
.\" $NetBSD: syscall.2,v 1.4 1995/02/27 12:38:53 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)syscall.2 8.1 (Berkeley) 6/16/93
.\"
-.Dd $Mdocdate: May 30 2016 $
+.Dd $Mdocdate: August 2 2022 $
.Dt SYSCALL 2
.Os
.Sh NAME
.Fn syscall
function first appeared in
.Bx 3 .
-.Sh BUGS
-This would all be easier if the layout of structures with long long
-members matched how long long arguments were aligned on the stack
-for syscall arguments.
-They don't match for some ILP32 archs so explicit padding is necessary
-for consistent handling.