]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/m32r/kill.c
2003-04-17 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
[newlib-cygwin.git] / libgloss / m32r / kill.c
CommitLineData
03261851
RK
1#include <sys/types.h>
2#include <sys/stat.h>
3#include "syscall.h"
4#include "eit.h"
5
6_kill (n, m)
7{
8 return TRAP0 (SYS_exit, 0xdead, 0, 0);
9}
This page took 0.065096 seconds and 5 git commands to generate.