blob: 3b9f83a6a20eec5f029d1e170539afa682af130e [file] [log] [blame]
bartf0752e22009-07-23 17:51:58 +00001#!/bin/sh
2
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).
5
6[ "$(uname)" != "Darwin" ]