diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-08-02 17:37:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-08-02 17:37:19 +0000 |
commit | 39260e6019d8d99ec28629e5357be6dbd834b1e4 (patch) | |
tree | 6fb99970d1e1772aa7e1ffc4ec46d219abb3b8c8 /lib | |
parent | db34050c74cc8d0a9f9bae17843deeaf379a41d6 (diff) |
Strange argument padding is no longer neccessary, remove this BUGS section
ok guenther
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/syscall.2 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2 index 5db349fa51b..09f635851de 100644 --- a/lib/libc/sys/syscall.2 +++ b/lib/libc/sys/syscall.2 @@ -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. |