File: supported_sem_init

package info (click to toggle)
valgrind 1%3A3.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 58,060 kB
  • sloc: ansic: 396,820; xml: 18,453; cpp: 6,698; asm: 5,584; perl: 5,008; sh: 4,852; makefile: 3,965; exp: 625; haskell: 195
file content (6 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#!/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" ]