Compare commits
8 Commits
bad3b8b3e2
...
06015d006d
| Author | SHA1 | Date | |
|---|---|---|---|
| 06015d006d | |||
| 0dbfd8ac66 | |||
| 58c1fd36b9 | |||
| 2f725848f4 | |||
| 6250710bbd | |||
| 028024b0da | |||
| 4f61230506 | |||
| 309ec660b6 |
@@ -627,7 +627,6 @@ int getopt(int argc, char* const argv[], const char* optstring)
|
||||
}
|
||||
|
||||
int chroot(const char* path)
|
||||
{
|
||||
return syscall(SYS_CHROOT, path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user