about summary refs log tree commit diff
path: root/support/test-container.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2023-02-28 10:37:18 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-03-12 15:25:59 -0300
commit4d4ba8bae4bac5e0fd266c22517a3f16a1006bbe (patch)
tree613859496f5ced206a9af32a4da82670bf667b43 /support/test-container.c
parent8e99cc76a26a88589aaa4e54c1ae48fa27be26b7 (diff)
downloadglibc-4d4ba8bae4bac5e0fd266c22517a3f16a1006bbe.tar.gz
glibc-4d4ba8bae4bac5e0fd266c22517a3f16a1006bbe.tar.xz
glibc-4d4ba8bae4bac5e0fd266c22517a3f16a1006bbe.zip
support: use 64-bit time_t (bug 30111)
Ensure to use 64-bit time_t in the test infrastructure.

(cherry picked from commit 3bfdc4e2bceb601b90c81a9baa73c1904db58b2f)
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 b6a1158ae1..2033985a67 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>