From f75dced7183b3d1f357f510f3691360a87584263 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 26 Dec 2014 20:10:22 +0000 Subject: [PATCH] syscall: correct arg descriptions in uname --- Kernel/syscall_fs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/syscall_fs2.c b/Kernel/syscall_fs2.c index 26d074a5..825358b5 100644 --- a/Kernel/syscall_fs2.c +++ b/Kernel/syscall_fs2.c @@ -639,7 +639,7 @@ int16_t _fcntl(void) #undef data /******************************************* -uname (buf) Function 54 +uname (buf, len) Function 54 char *buf; uint16_t len; -- 2.34.1