summaryrefslogtreecommitdiff
path: root/lib/fstat.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-05-13 02:36:19 +0200
committerBruno Haible <bruno@clisp.org>2017-05-13 02:36:19 +0200
commit3a447f5959ac94af56430a393643f3b98d7b67b4 (patch)
treea68e75381879d07a054dba81e263a9518d5e6845 /lib/fstat.c
parent4557f862d24b72f586f0494e666bff2b7fa0aed6 (diff)
downloadgnulib-3a447f5959ac94af56430a393643f3b98d7b67b4.tar.gz
stat, fstat: Complete removal of old native Windows code.
* lib/stat.c: Remove old macrology for WINDOWS_NATIVE. * lib/fstat.c: Likewise. * lib/stat-w32.c: Likewise.
Diffstat (limited to 'lib/fstat.c')
-rw-r--r--lib/fstat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/fstat.c b/lib/fstat.c
index 605ac7d85e..d2e04688f2 100644
--- a/lib/fstat.c
+++ b/lib/fstat.c
@@ -27,12 +27,6 @@
#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
# define WINDOWS_NATIVE
-# if _GL_WINDOWS_64_BIT_ST_SIZE
-# undef stat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */
-# define stat _stati64
-# undef fstat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */
-# define fstat _fstati64
-# endif
#endif
#if !defined WINDOWS_NATIVE