From cdf95497cc3cd83b9ae9540810ff3dc0b173eff4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 3 Apr 2023 07:45:06 +0200 Subject: sys/linux: add quotactl_fd syscall descriptions --- sys/linux/quotactl.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/quotactl.txt.const') diff --git a/sys/linux/quotactl.txt.const b/sys/linux/quotactl.txt.const index 942e480d8..1315cab94 100644 --- a/sys/linux/quotactl.txt.const +++ b/sys/linux/quotactl.txt.const @@ -32,3 +32,4 @@ Q_SYNC_GRP = 18446744071562068225 Q_SYNC_PRJ = 18446744071562068226 Q_SYNC_USR = 18446744071562068224 __NR_quotactl = 131, amd64:179, arm64:riscv64:60, mips64le:5172 +__NR_quotactl_fd = 443, mips64le:5443 -- cgit mrf-deployment