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.3-trunk has been updated via 11a950233df00c48165da4be1b928d9eff65a089 (commit) via 9b6ff66dfd09e0a002fbacc1edacf4ec1c99258a (commit) from 24776ba02c4870e77fda6a586b8586863672c40e (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 11a950233df00c48165da4be1b928d9eff65a089 Author: Keith Marshall <keith****@users*****> Date: Sat Jan 18 15:27:36 2020 +0000 Correct DLSYM attribute handling in msvcrt-xref.pdf commit 9b6ff66dfd09e0a002fbacc1edacf4ec1c99258a Author: Keith Marshall <keith****@users*****> Date: Sat Jan 18 12:28:21 2020 +0000 Support GCC-9.x gratuitous dependency on ftruncate64() function. ----------------------------------------------------------------------- Summary of changes: mingwrt/ChangeLog | 13 +++ mingwrt/Makefile.in | 4 +- mingwrt/include/unistd.h | 11 ++- mingwrt/mingwex/ftruncate.c | 167 ++++++++++++++++++++++++++++++++++++++ mingwrt/msvcrt-xref/ChangeLog | 7 ++ mingwrt/msvcrt-xref/Makefile.in | 12 ++- mingwrt/msvcrt-xref/msvcrt.def.in | 4 +- 7 files changed, 210 insertions(+), 8 deletions(-) create mode 100644 mingwrt/mingwex/ftruncate.c hooks/post-receive -- mingw-org-wsl (mingw)