blob: 7e4048f3ccaa86813193efbedb62bb2bb4989caa [file] [log] [blame]
#include <unistd.h>
unsigned alarm(unsigned seconds) {
return 0;
}