1#! /bin/sh
2#
3# Test that the munlockall() function return a value of -1 if it is not
4# supported by the implementation.
5#
6# This is tested implicitly via assertion 5.
7
8echo "Tested implicitly via assertion 5."
9exit 0
10
11