mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 <stefan@fafoe.narf.at>
This commit is contained in:
parent
500ae5be17
commit
a58f20d35c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue