sleep() doesn't work, it just hangs the program (strace gives output
that looks like it's stuckin a SIGALRM loop)
Check the strace() output to make sure libc is calling setitemer()
right before the sigpause(). This is the "usual" libc implementation
of sleep(foo).
Later,
David S. Miller
davem@caip.rutgers.edu