Strange argument padding is no longer neccessary, remove this BUGS section
authorderaadt <deraadt@openbsd.org>
Tue, 2 Aug 2022 17:37:18 +0000 (17:37 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 2 Aug 2022 17:37:18 +0000 (17:37 +0000)
ok guenther

lib/libc/sys/syscall.2

index 5db349f..09f6358 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $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
@@ -30,7 +30,7 @@
 .\"
 .\"     @(#)syscall.2  8.1 (Berkeley) 6/16/93
 .\"
-.Dd $Mdocdate: May 30 2016 $
+.Dd $Mdocdate: August 2 2022 $
 .Dt SYSCALL 2
 .Os
 .Sh NAME
@@ -82,9 +82,3 @@ The
 .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.