fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libgloss / m32r / write.c
blob55be40c1da7d0880f4208fdaa2de2ca477f70ed1
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
6 int
7 _write (int file, char *ptr, int len)
9 return TRAP0 (SYS_write, file, ptr, len);