diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index 51136e170..880a84faa 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -130,8 +130,8 @@ returns, and indicates that the file descriptor is readable. #define __NR_pidfd_open 434 #endif -static -int pidfd_open(pid_t pid, unsigned int flags) +static int +pidfd_open(pid_t pid, unsigned int flags) { return syscall(__NR_pidfd_open, pid, flags); }