#include <unistd.h>
#include "syscall.h"

/* FIXME: ?? */
useconds_t ualarm(useconds_t useconds, useconds_t interval)
{
	return -1;
}