DragonFlyBSD Kernel Audit
DF-2908 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2908 build — compile inside the guest (DragonFly cc)
set -e
cc -O2 -pthread -Wall -o /tmp/df2908 /tmp/varsym_exit_race.c
echo BUILD_OK