pidfd_open.2: Add a comment on system call number in example code

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-23 21:43:07 +02:00
parent ad0434de58
commit 4e547536bb
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ returns, and indicates that the file descriptor is readable.
#include <stdio.h>
#ifndef __NR_pidfd_open
#define __NR_pidfd_open 434
#define __NR_pidfd_open 434 /* System call # on most architectures */
#endif
static int