Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SebOnTheWeb

    'c' unix signal problem

    1) alarm() 2) select() alarm(): From the code I see, I believe the signal is disabled i.e: signal(SIGALRM, SIG_IGN); each time the signal handler is invoked. Just remove that line from the signal handler and it should work fine. (Note: on some Unices - on SVr? -, you have to re-enable the...

Part and Inventory Search

Back
Top