search for: sig_return

Displaying 2 results from an estimated 2 matches for "sig_return".

Did you mean: aio_return
1999 Jan 24
1
HPUX 9.05 & Samba 2.0.0 & problems -> solved !
...t behavior of sigaction() on HP-UX (that is, does not restart signal calls). SA_RESTART is used on SunOS to make system calls restart. It is not available on HP-UX. Instead, the sigcontext parameter passed to the signal handler can be used within the signal handler itself to specify SIG_RESTART or SIG_RETURN after handling an interrupted system call: .. <code example>!!!! ----------------------------------- Good code example HPUX 9.0x specific code for signals: ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/netperf-2.1pl3.tar.gz ----------------------------------- OK, here's my fi...
1999 Jan 25
0
SAMBA digest 1954
...) on HP-UX >(that is, does not restart signal calls). > >SA_RESTART is used on SunOS to make system calls restart. It is not >available on HP-UX. Instead, the sigcontext parameter passed to the signal >handler can be used within the signal handler itself to specify SIG_RESTART >or SIG_RETURN after handling an interrupted system call: >. ><code example>!!!! >----------------------------------- >Good code example HPUX 9.0x specific code for signals: > >ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/netperf-2.1pl3.tar. gz >------------------------------...