Home
last modified time | relevance | path

Searched refs:oldsig (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/Documentation/timers/
Dhpet_example.c226 sig_t oldsig; in hpet_fasync() local
232 if ((oldsig = signal(SIGIO, hpet_sigio)) == SIG_ERR) { in hpet_fasync()
288 signal(SIGIO, oldsig); in hpet_fasync()