about summary refs log tree commit diff
path: root/support/shell-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/shell-container.c
parentdb9c1007494fa2fda1b6e076dc24af65267f01c0 (diff)
downloadglibc-3bfdc4e2bceb601b90c81a9baa73c1904db58b2f.tar.gz
glibc-3bfdc4e2bceb601b90c81a9baa73c1904db58b2f.tar.xz
glibc-3bfdc4e2bceb601b90c81a9baa73c1904db58b2f.zip
support: use 64-bit time_t (bug 30111)
Ensure to use 64-bit time_t in the test infrastructure.
Diffstat (limited to 'support/shell-container.c')
-rw-r--r--support/shell-container.c2
1 files changed, 0 insertions, 2 deletions
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
    <https://www.gnu.org/licenses/>.  */
 
-#define _FILE_OFFSET_BITS 64
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>