cowlab bug fixed

This commit is contained in:
2025-07-01 10:52:21 +08:00
parent c6fa25504f
commit bc8921a77f
2 changed files with 47 additions and 1 deletions

View File

@@ -244,7 +244,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* argv)
{
int fd, n;