Use gcc-3.4 20031206 (experimental) for smallest Linux stubs.
committer: mfx <mfx> 1071920621 +0000
This commit is contained in:
@@ -131,7 +131,7 @@ static char *
|
||||
do_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset)
|
||||
{
|
||||
(void)len; (void)prot; (void)flags; (void)fd; (void)offset;
|
||||
return mmap((int *)&addr);
|
||||
return mmap((void *)&addr);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user