aboutsummaryrefslogtreecommitdiff
path: root/libgloss/m32r/kill.c
blob: 48eb0fb18dbb62921e78c714db40d9f1b10103ff (plain)
1
2
3
4
5
6
7
8
9
10
#include <sys/types.h>
#include <sys/stat.h>
#include "syscall.h"
#include "eit.h"

int
_kill (int n, int m)
{
  return TRAP0 (SYS_exit, 0xdead, 0, 0);
}