|
|
1.1 ! root 1: /* ! 2: * Definition of signal handler frame. ! 3: */ ! 4: ! 5: struct sigframe { ! 6: int sf_signum; ! 7: int sf_code; ! 8: struct sigcontext *sf_scp; ! 9: int (*sf_handler)(); ! 10: int r1; ! 11: int r0; ! 12: struct sigcontext *sf_scpcopy; ! 13: }; ! 14:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.