summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/syscalls.master
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 15:18:19 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 15:18:19 +0000
commit98b4e8b812f194bdf09d9a843065d24999f2f528 (patch)
tree412c9e774d03f783080ad109cd4f95638619517b /sys/amd64/linux32/syscalls.master
parent158314c610c25252ba1f62a882f8c37f81ffb6cf (diff)
downloadFreeBSD-src-98b4e8b812f194bdf09d9a843065d24999f2f528.zip
FreeBSD-src-98b4e8b812f194bdf09d9a843065d24999f2f528.tar.gz
Implement prlimit64() system call.
Differential Revision: https://reviews.freebsd.org/D1050 Reviewed by: emaste, trasz
Diffstat (limited to 'sys/amd64/linux32/syscalls.master')
-rw-r--r--sys/amd64/linux32/syscalls.master5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index 53fd315..a6e19f0 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -554,7 +554,10 @@
338 AUE_NULL STD { int linux_fanotify_init(void); }
339 AUE_NULL STD { int linux_fanotify_mark(void); }
; linux 2.6.36:
-340 AUE_NULL STD { int linux_prlimit64(void); }
+340 AUE_NULL STD { int linux_prlimit64(l_pid_t pid, \
+ l_uint resource, \
+ struct rlimit *new, \
+ struct rlimit *old); }
; later:
341 AUE_NULL STD { int linux_name_to_handle_at(void); }
342 AUE_NULL STD { int linux_open_by_handle_at(void); }
OpenPOWER on IntegriCloud