Important BSD version of setenv, added killpg, replaced _sigsetjmp.c with
an assembler jump to longjmp.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
.sect .text
|
||||
.extern __killpg
|
||||
.define _killpg
|
||||
.align 2
|
||||
|
||||
_killpg:
|
||||
jmp __killpg
|
||||
Reference in New Issue
Block a user