Home | History | Annotate | Download | only in pthread_rwlockattr_getpshared
      1 #!/bin/sh
      2 # Copyright (c) 2002, Intel Corporation. All rights reserved.
      3 # This file is licensed under the GPL license.  For the full content
      4 # of this license, see the COPYING file at the top level of this
      5 # source tree.
      6 
      7 #  Test pthread_rwlockattr_getpshared() fails and an error number is returned if:
      8 #
      9 #  Upon success, it returns 0, and stores the value of the process-shared attribute of 'attr'
     10 #  into 'pshared'.
     11 #
     12 
     13 # This is tested implicitly via assertion 1.
     14 
     15 echo "Tested implicitly via assertion 1.  See output for status"
     16 exit 0
     17