mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
4bc1b2bfe7
Functions fgetpos64() and fsetpos64() are just aliases for functions fgetpos() and fsetpos() as they are already using 64-bit fpos_t type. Most aliased functions are defined in crt-aliases.def.in file. Do same also for fgetpos64() and fsetpos64() functions by moving them from individual C files stdio/fgetpos64.c and stdio/fsetpos64.c. Libraries which do not have real fgetpos() and fsetpos() have aliases defined in the same file were are defined compatibility wrappers. Signed-off-by: Martin Storsjö <martin@martin.st> |
||
---|---|---|
build-aux | ||
COPYING.MinGW-w64 | ||
COPYING.MinGW-w64-runtime | ||
mingw-w64-crt | ||
mingw-w64-doc | ||
mingw-w64-headers | ||
mingw-w64-libraries | ||
mingw-w64-tools | ||
.gitignore | ||
aclocal.m4 | ||
AUTHORS | ||
config.h.in | ||
configure | ||
configure.ac | ||
COPYING | ||
DISCLAIMER | ||
DISCLAIMER.PD | ||
Makefile.am | ||
Makefile.in |