1#! /bin/sh
2#
3# Test that the mlockall() checks that the flags argument is constructed from
4# the bitwise-inclusive OR of one or more of the folowing symbolic constants,
5# defined in sys/mman.h:
6#	MCL_CURRENT
7#	MCL_FUTURE
8#
9# This is tested implicitly via assertion 13.
10
11echo "Tested implicitly via assertion 13."
12exit 0
13