initial check-in, version 0.5.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int fchmod(int fd, mode_t mode)
|
||||
{
|
||||
return syscall2(__NR_fchmod, fd, mode);
|
||||
}
|
||||
Reference in New Issue
Block a user