]> sourceware.org Git - newlib-cygwin.git/blob - libgloss/m32r/kill.c
48eb0fb18dbb62921e78c714db40d9f1b10103ff
[newlib-cygwin.git] / libgloss / m32r / kill.c
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
5
6 int
7 _kill (int n, int m)
8 {
9 return TRAP0 (SYS_exit, 0xdead, 0, 0);
10 }
This page took 0.042625 seconds and 6 git commands to generate.