/*
* Copyright 1996 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* Copyright (c) 1985 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#include <unistd.h>
#include <signal.h>
static int ringring;
static void
sleepx(void)
{
ringring = 1;
}
void
usleep(unsigned n)
{
int omask;
if (n == 0)
return;
return;
}
} else {
}
}
ringring = 0;
while (!ringring)
(void) sigsetmask(omask);
}