From a58f20d35c48988a95e5a4e3fea1999b07eebc03 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Tue, 27 Apr 2004 13:13:20 +0000 Subject: [PATCH] Remove mlockall() and munlockall() from the list of unimplemented syscalls in a comment, we have them since quite some time now. Noticed by: Stefan Farfeleder --- sys/sys/mman.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/mman.h b/sys/sys/mman.h index da4d58256d2..204add0232b 100644 --- a/sys/sys/mman.h +++ b/sys/sys/mman.h @@ -163,8 +163,8 @@ typedef __size_t size_t; __BEGIN_DECLS /* - * XXX not yet implemented: mlockall(), munlockall(), - * posix_mem_offset(), posix_typed_mem_get_info(), posix_typed_mem_open(). + * XXX not yet implemented: posix_mem_offset(), posix_typed_mem_get_info(), + * posix_typed_mem_open(). */ #if __BSD_VISIBLE int madvise(void *, size_t, int);