Skip to content

Commit

Permalink
syscalls: add close_range() syscall
Browse files Browse the repository at this point in the history
The syscall has been added a while ago so we should support resolving
it, too.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>
[PM: subject line tweak]
Signed-off-by: Paul Moore <paul@paul-moore.com>
(imported from commit 01e5750)
  • Loading branch information
saschagrunert authored and pcmoore committed Jul 20, 2021
1 parent e1224fd commit ac849e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/seccomp-syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@

#define __SNR_close __NR_close

#define __SNR_close_range __NR_close_range

#ifdef __NR_connect
#define __SNR_connect __NR_connect
#else
Expand Down

0 comments on commit ac849e7

Please sign in to comment.