rebase from trunk

This commit is contained in:
Ben Gras
2009-06-08 12:25:24 +00:00
parent a236a39e33
commit 8a0ab8630c
8 changed files with 310 additions and 25 deletions

View File

@@ -17,6 +17,6 @@ u64_t *newpos;
m.m2_i2 = whence;
if (_syscall(FS, LLSEEK, &m) < 0) return -1;
if (newpos)
*newpos= make64(m.m2_l2, m.m2_l1);
*newpos= make64(m.m2_l1, m.m2_l2);
return 0;
}