blob: 337cd3e0db9fcabeb3b78d7b4dc07113b5ac4f5d [file] [log] [blame]
#include "tests.h"
#include <stdio.h>
#include <sys/mman.h>
int
main(void)
{
printf("munlockall() = %s\n", sprintrc(munlockall()));
puts("+++ exited with 0 +++");
return 0;
}