Description: Fix FTBFS on 32-bits with a t64 build
Forwarded: https://github.com/stewartsmith/libeatmydata/pull/35
Last-Update: 2024-04-22
Bug-Debian: https://bugs.debian.org/1069465

--- a/libeatmydata/libeatmydata.c
+++ b/libeatmydata/libeatmydata.c
@@ -18,6 +18,7 @@
 #include "libeatmydata/visibility.h"
 
 #undef _FILE_OFFSET_BITS // Hack to get open and open64 on 32bit
+#undef _TIME_BITS
 #undef __USE_FILE_OFFSET64
 #include <sys/types.h>
 #include <unistd.h>
