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