Xref: utzoo comp.lang.c:37712 comp.unix.questions:29886 comp.unix.ultrix:6700 Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!rpi!uwm.edu!linac!att!bu.edu!m2c!umvlsi!nazgul.ecs.umass.edu!srivasta From: srivasta@nazgul.ecs.umass.edu (Manoj Srivastava) Newsgroups: comp.lang.c,comp.unix.questions,comp.unix.ultrix Subject: Need help on finding sources for ualarm Summary: need ualarm Keywords: ualarm Message-ID: <1806@umvlsi.ecs.umass.edu> Date: 27 Mar 91 22:41:29 GMT References: <91.082.19:00:19@mute.ruhr.de> <1345@dkunix9.dk.oracle.com> Sender: news@umvlsi.ecs.umass.edu Reply-To: srivasta@nazgul.ecs.umass.edu Followup-To: comp.unix.questions Distribution: na Organization: University of Massachusetts, Amherst Lines: 20 Nntp-Posting-Host: nazgul.ecs.umass.edu Hello, I was compiling a "third party software" when I came across a reference to ualarm (int arg), and apparently, from the context, it generates a signal (unix SIGALARM) after arg microseconds. unfortunately, my machine has no such beast, the closest it comes to is alarm (unsigned arg), which takes an arg in seconds. Is it possible to get the sources of any such implementation, or would it be too hardware dependent? I am running ULTRIX v.4.1 on a DECstation 5000/200 (MIPS Architecture). Any advice/ pointers shall be appreciated. Thanks in advance. manoj srivastava Department of ece, umass amherst ps. I'm directing follow ups to comp.unix.questions, as that may be the most appropiate place for this. ms.