Cygwin: dirent.h: fix a comment
[newlib-cygwin.git] / libgloss / m32r / chmod.c
blob14990d9a93c623a50d22af68db30bb4cb4eb33cc
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
6 int
7 _chmod (const char *path, short mode)
9 return TRAP0 (SYS_chmod, path, mode, 0);