fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libgloss / m32r / unlink.c
blob14f741ec1646da9845e052508cdf32b1b1c696e1
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
6 int
7 _unlink ()
9 return -1;