1 #include "port_before.h"
5 #include "port_after.h"
8 * Setitimer emulation routine.
10 #ifndef NEED_SETITIMER
11 int __bindcompat_setitimer
;
15 __setitimer(int which
, const struct itimerval
*value
,
16 struct itimerval
*ovalue
)
18 if (alarm(value
->it_value
.tv_sec
) >= 0)