1 2 3 4
#!/bin/sh # DF-2953 -- build in guest (as root) set -e cc -O2 -Wall -o /root/klog_sigio_race /root/klog_sigio_race.c