Compare commits
8 Commits
06015d006d
...
bad3b8b3e2
| Author | SHA1 | Date |
|---|---|---|
|
|
bad3b8b3e2 | |
|
|
0b81bb9b10 | |
|
|
f61c78efd5 | |
|
|
6b2307ab22 | |
|
|
9ccb381c31 | |
|
|
71133236f8 | |
|
|
e5786fe435 | |
|
|
ef6ee78fd1 |
|
|
@ -627,6 +627,7 @@ int getopt(int argc, char* const argv[], const char* optstring)
|
||||||
}
|
}
|
||||||
|
|
||||||
int chroot(const char* path)
|
int chroot(const char* path)
|
||||||
|
{
|
||||||
return syscall(SYS_CHROOT, path);
|
return syscall(SYS_CHROOT, path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue