Important BSD version of setenv, added killpg, replaced _sigsetjmp.c with

an assembler jump to longjmp.
This commit is contained in:
Philip Homburg
2006-06-07 14:38:39 +00:00
parent 3f297ffd9f
commit acebf7b52f
7 changed files with 182 additions and 32 deletions
+7
View File
@@ -0,0 +1,7 @@
.sect .text
.extern __killpg
.define _killpg
.align 2
_killpg:
jmp __killpg