This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Unlock a process's address space
#include <sys/mman.h> int munlockall( void );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The current implementation of the munlockall() function doesn't do anything.
-1 to indicate an error (errno is set).
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mlock(), munlock(), mlockall()