| commit | 4c78fee091b21c141df3cee620377ec165b7fba0 | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Sun Jun 15 15:30:11 2025 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Wed Jun 25 14:45:02 2025 +0300 |
| tree | 26e79231c9ebd9bd55c115a90ae869b2839272d0 | |
| parent | 9fcd1fdf7bb599f25e1c5d97708da2e4f5fc9688 [diff] |
crt: Define ftello64 symbol as alias to _ftelli64 mingw-w64 implementation of ftello64() and _ftelli64() functions are same. So remove the ftello64 implementation and define ftello64 symbol as an alias to the _ftelli64 symbol. This change allows to use native msvcr80+ / UCRT implementation of _ftelli64() function for the POSIX ftello64() instead of statically linking the mingw-w64 implementation. Signed-off-by: Martin Storsjö <martin@martin.st>