diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-09-23 11:43:13 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-10-10 12:24:28 +0200 |
| commit | 690fbab2ee84927d7c19b9d75030c2b381ffa808 (patch) | |
| tree | 512df7bb9c7dbffc5c094875c7264059916b7398 | |
| parent | d88376683206e1740d89db9b816d7e76ddf8ccd4 (diff) | |
| download | man-pages-690fbab2ee84927d7c19b9d75030c2b381ffa808.tar.gz | |
pidfd_open.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/pidfd_open.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index 51136e1706..880a84faaa 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); } |
