Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops! I broke pread on mips with my last update. This | Eric Andersen | 2003-09-08 | 1 | -4/+4 |
| | | | | | fixes it again so it both compiles and works, -Erik | ||||
* | Fix some more problems found by the ltp | Eric Andersen | 2003-09-07 | 1 | -6/+9 |
| | |||||
* | Patch from Atsushi Nemoto, who writes: | Eric Andersen | 2003-08-22 | 1 | -0/+94 |
I found that current pread/pwrite is broken on mips. On mips, kernel needs 6 arguments for pread/pwrite system call. (3 words for first 3 arguments + 1 padding word + 2 words for last 64bit argument). Also, mips64 kernel needs just 4 arguments so no wrapper will be required. This is a patch against 0.9.20. |