Home | History | Annotate | Download | only in shm_open
      1 #! /bin/sh
      2 #
      3 # Test that the shm_open() function sets errno = EEXIST if O_CREAT and O_EXCL
      4 # are set and the named shared memory object already exists.
      5 #
      6 # This is tested implicitly via assertion 22.
      7 
      8 echo "Tested implicitly via assertion 22."
      9 exit 0
     10