Revert "MinGW: use off64_t and lseek64()"

This reverts commit 3cb35a31b0.

The fix was incorrect.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2009-03-04 19:15:02 +01:00
parent fc8f39c0da
commit 96fd02ed68

View File

@@ -117,9 +117,6 @@ static inline int waitpid(pid_t pid, int *status, unsigned options)
return -1;
}
#define off_t off64_t
#define lseek lseek64
/*
* implementations of missing functions
*/