aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libc/sys.c')
-rw-r--r--libs/libc/sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/sys.c b/libs/libc/sys.c
index 7563fb4..ce90fed 100644
--- a/libs/libc/sys.c
+++ b/libs/libc/sys.c
@@ -120,7 +120,7 @@ res ioctl(const char *path, ...)
args[i] = va_arg(ap, int);
va_end(ap);
- return sys5(SYS_IOCTL, (int)path, args[0], args[1], args[2], args[3]);
+ return sys5(SYS_IOCONTROL, (int)path, args[0], args[1], args[2], args[3]);
}
res stat(const char *path, struct stat *buf)