Use gcc-3.4 20031206 (experimental) for smallest Linux stubs.

committer: mfx <mfx> 1071920621 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-12-20 11:43:41 +00:00
parent 97153e8e09
commit ac64126a66
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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);
}