aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-09-23 11:43:13 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-10-10 12:24:28 +0200
commit690fbab2ee84927d7c19b9d75030c2b381ffa808 (patch)
tree512df7bb9c7dbffc5c094875c7264059916b7398
parentd88376683206e1740d89db9b816d7e76ddf8ccd4 (diff)
downloadman-pages-690fbab2ee84927d7c19b9d75030c2b381ffa808.tar.gz
pidfd_open.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/pidfd_open.24
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);
}