#include "internal.h" int sys·chmod(char *path, uint mode) { long ret = syscall(·Chmod, path, mode); return error(ret); }