#!/bin/sh
# DF-2778 — build (on the DragonFly guest, as unprivileged user)
cc -O2 -pthread -o uaf_notify uaf_notify.c
