aboutsummaryrefslogtreecommitdiff
path: root/pk/syscall.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-08-29 15:12:52 -0700
committerAndrew Waterman <andrew@sifive.com>2017-08-29 15:13:06 -0700
commitfb4e31229fb072297dad9fcdf2c67b053c5d0322 (patch)
tree08c2aa9230a3275ab180724d00ca8d5403613bc0 /pk/syscall.h
parent3f20915effa623e11b139ba431841c7af2689cdd (diff)
downloadpk-fb4e31229fb072297dad9fcdf2c67b053c5d0322.zip
pk-fb4e31229fb072297dad9fcdf2c67b053c5d0322.tar.gz
pk-fb4e31229fb072297dad9fcdf2c67b053c5d0322.tar.bz2
Stub out sys_prlimit64
Diffstat (limited to 'pk/syscall.h')
-rw-r--r--pk/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/syscall.h b/pk/syscall.h
index 05360b7..d73af7f 100644
--- a/pk/syscall.h
+++ b/pk/syscall.h
@@ -33,6 +33,7 @@
#define SYS_munmap 215
#define SYS_mremap 216
#define SYS_mprotect 226
+#define SYS_prlimit64 261
#define SYS_getmainvars 2011
#define SYS_rt_sigaction 134
#define SYS_writev 66