search for: sig_restart

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

Did you mean: sigp_restart
1999 Jan 24
1
HPUX 9.05 & Samba 2.0.0 & problems -> solved !
...t is the default 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, he...
1999 Jan 25
0
SAMBA digest 1954
...avior 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 >------------...