This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "mingw-org-wsl" repository containing the "mingw" project. The branch, 5.2-trunk has been updated via 09fb4c40cbb1a2cdf51fd587e8c121289d914303 (commit) from 2dcc5878a9edc9a84837638af134f4398a2730d9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 09fb4c40cbb1a2cdf51fd587e8c121289d914303 Author: Keith Marshall <keith****@users*****> Date: Sun Nov 25 17:51:48 2018 +0000 Emulate _fseeki64()/_ftelli64() API on legacy platforms. ----------------------------------------------------------------------- Summary of changes: mingwrt/ChangeLog | 25 ++++++++++ mingwrt/Makefile.in | 6 +-- mingwrt/include/stdio.h | 99 ++++++++++++++++++++++++++-------------- mingwrt/mingwex/stdio/fseeki64.c | 69 ++++++++++++++++++++++++++++ mingwrt/mingwex/stdio/fseeko64.c | 65 -------------------------- mingwrt/mingwex/stdio/ftelli64.c | 65 ++++++++++++++++++++++++++ 6 files changed, 227 insertions(+), 102 deletions(-) create mode 100644 mingwrt/mingwex/stdio/fseeki64.c delete mode 100644 mingwrt/mingwex/stdio/fseeko64.c create mode 100644 mingwrt/mingwex/stdio/ftelli64.c hooks/post-receive -- mingw-org-wsl (mingw)