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 8 echo "Tested implicitly via assertion 5." 9 exit 0 10 11