fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / iq2000 / kill.c
blob40afa6a2c240d17326806acb6de815b7b0bae2fe
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 _kill (n, m)
9 return TRAP0 (SYS_exit, 0xdead, 0, 0);