]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/m32r/kill.c
Cygwin: console: Fix clean up conditions in close()
[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
5e79655f
JL
6int
7_kill (int n, int m)
03261851
RK
8{
9 return TRAP0 (SYS_exit, 0xdead, 0, 0);
10}
This page took 0.214463 seconds and 6 git commands to generate.