From 413bb11dab450081805dcd5ae98a1113f2c768e9 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 31 Mar 2025 19:48:28 +0200 Subject: [PATCH] Changed function signature to make gcc happy --- user/usertests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/usertests.c b/user/usertests.c index a809516..5e6e4dc 100644 --- a/user/usertests.c +++ b/user/usertests.c @@ -239,7 +239,7 @@ copyinstr3(char *s) // See if the kernel refuses to read/write user memory that the // application doesn't have anymore, because it returned it. void -rwsbrk() +rwsbrk(char *unused) { int fd, n;