gcc-15 bug fixed

This commit is contained in:
2025-05-23 21:47:16 +08:00
parent 38997cbef6
commit 5292fdc6ac
2 changed files with 4 additions and 4 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* arg)
{
int fd, n;