Decode chroot(2) args.

Approved by: re
This commit is contained in:
Alfred Perlstein 2005-06-14 21:51:08 +00:00
parent 7a06fe49dc
commit 3969f0fa13

View file

@ -102,6 +102,8 @@ struct syscall syscalls[] = {
{ { String, 0 }}},
{ "chdir", 0, 1,
{ { String, 0 }}},
{ "chroot", 0, 1,
{ { String, 0 }}},
{ "mknod", 0, 3,
{ { String, 0 }, { Octal, 1 }, { Int, 3 }}},
{ "chmod", 0, 2,