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/shell-container.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'support/shell-container.c') diff --git a/support/shell-container.c b/support/shell-container.c index e9ac9b6d04..ffa3378b5e 100644 --- a/support/shell-container.c +++ b/support/shell-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 1.4.1