#pragma ident "%Z%%M% %I% %E% SMI"
/* from UCB 5.1 85/06/05 */
/*
* Copyright (c) 1985 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
/*
* Generate a SIGALRM signal in ``usecs'' microseconds.
* If ``reload'' is non-zero, keep generating SIGALRM
* every ``reload'' microseconds after the first signal.
*/
unsigned
register unsigned usecs;
register unsigned reload;
{
/* else */
return (-1);
}