Changed function signature to make gcc happy
This commit is contained in:
parent
3247689ab2
commit
413bb11dab
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue