repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add DRD suppression patterns for races triggered by std::ostream
[valgrind.git]
/
drd
/
tests
/
supported_sem_init
blob
3b9f83a6a20eec5f029d1e170539afa682af130e
1
#!/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"
]