We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcd9a2 commit ac90995Copy full SHA for ac90995
1 file changed
tests/wrap64.h
@@ -101,6 +101,9 @@
101
#else
102
# if !defined(__GLIBC__) && defined(_REDIR_TIME64) && _REDIR_TIME64
103
# define WRAP_FSTAT_NAME WRAP_NAME(__fstat_time64)
104
+# elif defined(__GLIBC__) && __GLIBC_PREREQ(2, 34) && __BITS_PER_LONG == 32 \
105
+ && defined(_TIME_BITS) && _TIME_BITS == 64
106
+# define WRAP_FSTAT_NAME WRAP_NAME(__fstat64_time)
107
# else
108
# define WRAP_FSTAT_NAME WRAP_NAME(fstat)
109
# endif
0 commit comments