From 9c310284c4cbcc3516a3da0aacd1e067195939f2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 19 Jan 2022 13:45:19 +0100 Subject: sys/linux: add brk syscall --- sys/linux/sys.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys.txt.const') diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const index 4fa2a7507..861f1a55d 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -589,6 +589,7 @@ _LINUX_CAPABILITY_VERSION_3 = 537396514 _NSIG_WORDS = 1, 386:arm:mips64le:2 __NR_acct = 51, amd64:163, arm64:riscv64:89, mips64le:5158 __NR_alarm = 27, amd64:37, arm:arm64:riscv64:???, mips64le:5037 +__NR_brk = 45, amd64:12, arm64:riscv64:214, mips64le:5012 __NR_capget = 184, amd64:125, arm64:riscv64:90, mips64le:5123, ppc64le:183 __NR_capset = 185, amd64:126, arm64:riscv64:91, mips64le:5124, ppc64le:184 __NR_chdir = 12, amd64:80, arm64:riscv64:49, mips64le:5078 -- cgit mrf-deployment