OSDN Git Service

* mmap.cc (gen_create_protect): Always generate WRITECOPY protection
[pf3gnuchains/pf3gnuchains4x.git] / libgloss / mt / chmod.c
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
5
6
7 int
8 chmod (const char *path, mode_t mode)
9 {
10   return TRAP0 (SYS_chmod, path, mode, 0);
11 }