aboutsummaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/posix_fallocate-fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/libc0.9.32: fix/workaround posix_fallocate for x86Natanael Copa2012-07-051-0/+29
Might be a gcc bug, but the generated assembly code was broke. ebp was supposed to be set to zero but it was not. We work around it by allowing use of immedate values as the 6th syscall arg. Then gcc don't need to use a memory reference.