summaryrefslogtreecommitdiff
path: root/support/test-container.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2023-02-28 10:37:18 -0300
committerAndreas Schwab <schwab@suse.de>2023-03-02 13:01:32 +0100
commit3bfdc4e2bceb601b90c81a9baa73c1904db58b2f (patch)
tree74ddef81f5852da0e0365fc81845577fe0163f82 /support/test-container.c
parentdb9c1007494fa2fda1b6e076dc24af65267f01c0 (diff)
downloadglibc-3bfdc4e2bceb601b90c81a9baa73c1904db58b2f.tar.gz
support: use 64-bit time_t (bug 30111)
Ensure to use 64-bit time_t in the test infrastructure.
Diffstat (limited to 'support/test-container.c')
-rw-r--r--support/test-container.c2
1 files changed, 0 insertions, 2 deletions
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
<https://www.gnu.org/licenses/>. */
-#define _FILE_OFFSET_BITS 64
-
#include <array_length.h>
#include <stdio.h>
#include <stdlib.h>