diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2024-10-13 20:54:32 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2024-10-13 20:54:32 +0200 |
commit | 3972268b97b789a8212ea9bc7d1b9ce9905a68d8 (patch) | |
tree | b0cbf5012266da4702afb640f6bb1cdb2f097153 /arch | |
parent | 47a781f03119d360ef2b2936234d381fd2f4c85d (diff) |
Base library for tools and sed utility
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/bits/syscall.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/bits/syscall.h.in b/arch/x86_64/bits/syscall.h.in index 6543bbb..cdacbc5 100644 --- a/arch/x86_64/bits/syscall.h.in +++ b/arch/x86_64/bits/syscall.h.in @@ -361,4 +361,3 @@ #define __NR_set_mempolicy_home_node 450 #define __NR_cachestat 451 #define __NR_fchmodat2 452 - |