blob: 3b9f83a6a20eec5f029d1e170539afa682af130e [file] [log] [blame]
#!/bin/sh
# Exit with status 0 if the system this script runs on supports sem_init()
# (Linux) and exit with status 1 if not (Darwin).
[ "$(uname)" != "Darwin" ]