diff options
Diffstat (limited to 'lib/libc/sys/syscall.2')
-rw-r--r-- | lib/libc/sys/syscall.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2 index 10109ce..df91325 100644 --- a/lib/libc/sys/syscall.2 +++ b/lib/libc/sys/syscall.2 @@ -60,7 +60,7 @@ Symbolic constants for system calls can be found in the header file .Ao Pa sys/syscall.h Ac . The .Fn __syscall -form should be used when one or more of the parameters is a +form should be used when one or more of the arguments is a 64-bit argument to ensure that argument alignment is correct. This system call is useful for testing new system calls that do not have entries in the C library. |