#!/bin/sh
# DF-2693 build script - run on the DragonFly guest
cc -O2 -Wall -pthread -o postsig_race postsig_race.c
