aboutsummaryrefslogtreecommitdiff
path: root/libgloss/iq2000/kill.c
blob: d63a2f82cdbb5596daf61c545b2cfd90756ad1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "trap.h"


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