mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user