Skip to content

Commit c3a70b2

Browse files
committed
tools headers UAPI: sync asm-generic/unistd.h with kernel
JIRA: https://issues.redhat.com/browse/RHEL-29796 Upstream Status: RHEL only description =========== Upstream, when there is a change in a header file from the specific set of headers (listed in tools/perf/check-headers.sh), it is accompanied by a commit that brings the same change into its counterpart located in tools/include. Usually several changes are squashed together. We cannot easily follow this strategy, since we not always take all the commits squashed together. In order to tidy tools/include up, we need to sync the headers manually. Signed-off-by: Michael Petlan <mpetlan@redhat.com>
1 parent d5cfb97 commit c3a70b2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tools/include/uapi/asm-generic/unistd.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,17 @@ __SYSCALL(__NR_set_mempolicy_home_node, sys_set_mempolicy_home_node)
820820
#define __NR_cachestat 451
821821
__SYSCALL(__NR_cachestat, sys_cachestat)
822822

823+
#define __NR_fchmodat2 452
824+
__SYSCALL(__NR_fchmodat2, sys_fchmodat2)
825+
#define __NR_futex_wake 454
826+
__SYSCALL(__NR_futex_wake, sys_futex_wake)
827+
#define __NR_futex_wait 455
828+
__SYSCALL(__NR_futex_wait, sys_futex_wait)
829+
#define __NR_futex_requeue 456
830+
__SYSCALL(__NR_futex_requeue, sys_futex_requeue)
831+
823832
#undef __NR_syscalls
824-
#define __NR_syscalls 452
833+
#define __NR_syscalls 457
825834

826835
/*
827836
* 32 bit systems traditionally used different

0 commit comments

Comments
 (0)