Sign in
chromium
/
native_client
/
nacl-newlib
/
refs/heads/upstream/master
/
.
/
libgloss
/
iq2000
/
kill.c
blob: 40afa6a2c240d17326806acb6de815b7b0bae2fe [
file
] [
log
] [
blame
] [
edit
]
#include
<_ansi.h>
#include
<sys/types.h>
#include
<sys/stat.h>
#include
"trap.h"
_kill
(
n
,
m
)
{
return
TRAP0
(
SYS_exit
,
0xdead
,
0
,
0
);
}