Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / syscalls / sysstat.c
blob0490df16490ce3a30d644af17ea6adab92de37ae
1 /* connector for stat */
3 #include <reent.h>
4 #include <sys/stat.h>
5 #include <unistd.h>
7 int
8 stat (const char *file,
9 struct stat *pstat)
11 return _stat_r (_REENT, file, pstat);