Sign in
chromium
/
native_client
/
nacl-newlib
/
refs/heads/upstream/master
/
.
/
libgloss
/
iq2000
/
unlink.c
blob: 84fb711ded54da4b8db7ed9496229a4916275a7e [
file
] [
log
] [
blame
] [
edit
]
#include
<_ansi.h>
#include
<sys/types.h>
#include
<sys/stat.h>
#include
"trap.h"
int
_unlink
()
{
return
-
1
;
}