summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-06-08 13:27:57 +0000
committerglebius <glebius@FreeBSD.org>2013-06-08 13:27:57 +0000
commit9a02f3097ddccd309eb701a3492242b74427cc2b (patch)
tree74456d69981c688882dfa80e300e43d3cc2bb64c /lib/libc/sys/Makefile.inc
parentbf96f17d6fd96b6131ace044bb51efb86a5b07b6 (diff)
downloadFreeBSD-src-9a02f3097ddccd309eb701a3492242b74427cc2b.zip
FreeBSD-src-9a02f3097ddccd309eb701a3492242b74427cc2b.tar.gz
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.
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 8e918bf..4cc87ae 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -85,6 +85,7 @@ MAN+= abort2.2 \
adjtime.2 \
aio_cancel.2 \
aio_error.2 \
+ aio_mlock.2 \
aio_read.2 \
aio_return.2 \
aio_suspend.2 \
OpenPOWER on IntegriCloud