From 9a02f3097ddccd309eb701a3492242b74427cc2b Mon Sep 17 00:00:00 2001 From: glebius Date: Sat, 8 Jun 2013 13:27:57 +0000 Subject: Add new system call - aio_mlock(). The name speaks for itself. It allows to perform the mlock(2) operation, which can consume a lot of time, under control of aio(4). Reviewed by: kib, jilles Sponsored by: Nginx, Inc. --- sys/compat/freebsd32/syscalls.master | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/compat/freebsd32') diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index e537bc9..bcca754 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -1044,3 +1044,5 @@ __socklen_t * __restrict anamelen, \ int flags); } 542 AUE_PIPE NOPROTO { int pipe2(int *fildes, int flags); } +543 AUE_NULL NOSTD { int freebsd32_aio_mlock( \ + struct aiocb32 *aiocbp); } -- cgit v1.1