fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libgloss / m32r / exit.c
blob5251f0d6251b40ae95ddc2a557f91efdd8657c64
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
6 void
7 _exit (n)
9 TRAP0 (SYS_exit, n, 0, 0);