From 3bfdc4e2bceb601b90c81a9baa73c1904db58b2f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 28 Feb 2023 10:37:18 -0300 Subject: support: use 64-bit time_t (bug 30111) Ensure to use 64-bit time_t in the test infrastructure. --- support/test-container.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'support/test-container.c') diff --git a/support/test-container.c b/support/test-container.c index f1a68b224a..e68f16eecf 100644 --- a/support/test-container.c +++ b/support/test-container.c @@ -16,8 +16,6 @@ License along with the GNU C Library; if not, see . */ -#define _FILE_OFFSET_BITS 64 - #include #include #include -- cgit v1.2.3