]> sourceware.org Git - newlib-cygwin.git/blob - libgloss/m32r/stat.c
20000317 sourceware import
[newlib-cygwin.git] / libgloss / m32r / stat.c
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
5
6 int
7 _stat (const char *path, struct stat *st)
8
9 {
10 return TRAP0 (SYS_stat, path, st, 0);
11 }
This page took 0.035213 seconds and 5 git commands to generate.