]> git.ipfire.org Git - thirdparty/man-pages.git/commit
s390_pci_mmio_write.2: Use syscall(SYS_...); for system calls without a wrapper;...
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 15 May 2021 18:20:24 +0000 (20:20 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 17 May 2021 08:04:30 +0000 (20:04 +1200)
commitf908665187ce6611c7004ac651337b1af1dd912e
treeebfecbb0c94742e4bbe9dcc9eb074b6ea6264540
parent56cfe81cfb4ee0133c7e16c63cf720b6be0a16a0
s390_pci_mmio_write.2: Use syscall(SYS_...); for system calls without a wrapper; fix includes too

This function doesn't use any flags or special types, so there's
no reason to include <asm/unistd.h>; remove it.  Add the includes
needed for syscall(2) only.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/s390_pci_mmio_write.2