-> 3.17.0.RC2
[valgrind.git] / drd / tests / supported_sem_init
blob3b9f83a6a20eec5f029d1e170539afa682af130e
1 #!/bin/sh
3 # Exit with status 0 if the system this script runs on supports sem_init()
4 # (Linux) and exit with status 1 if not (Darwin).
6 [ "$(uname)" != "Darwin" ]