Changed function signature to make gcc happy

This commit is contained in:
Imbus 2025-03-31 19:48:28 +02:00
parent 3247689ab2
commit 413bb11dab

View file

@ -239,7 +239,7 @@ copyinstr3(char *s)
// See if the kernel refuses to read/write user memory that the // See if the kernel refuses to read/write user memory that the
// application doesn't have anymore, because it returned it. // application doesn't have anymore, because it returned it.
void void
rwsbrk() rwsbrk(char *unused)
{ {
int fd, n; int fd, n;