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
@ -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…
x
Reference in New Issue
Block a user