Why doesn't linux have a ualarm() or sigset()? it's mildly irritating.

cos if i'm writing some program that needs a continuous alarm sending
i have to repeatedly call signal() and alarm() to set one up. surely
there's an easier way.

including <bsd/signal.h> just gives me an error about the file not existing
but it does exist :

bigbird:~# ls -l /usr/include/bsd/signal.h
-rw-r--r--   1 root     root          603 Apr 12  1997 /usr/include/bsd/signal.h

The Suns at university run Solaris and that's what my code ends up running on.

-- 
+++           Beware of programmers who carry screwdrivers           +++
[EMAIL PROTECTED]     http://www.users.globalnet.co.uk/~kermit

Reply via email to