finish moving 32-bit-specific junk out of source files.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
int fstat(int fd, struct stat *buf)
|
||||
{
|
||||
return syscall2(__NR_fstat64, fd, (long)buf);
|
||||
return syscall2(__NR_fstat, fd, (long)buf);
|
||||
}
|
||||
|
||||
LFS64(fstat);
|
||||
|
||||
Reference in New Issue
Block a user