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
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-03-12 15:51:56 -0300
commit2fadb0d9b4c14f1517816564bd8ba9e9262f7332 (patch)
tree50d1fd8b3629684d580a466632b7a32647f63a8d /support/shell-container.c
parent9a1bdd7df731a4bc60f72dbdc1b849e02cfa9c34 (diff)
downloadglibc-2fadb0d9b4c14f1517816564bd8ba9e9262f7332.tar.gz
glibc-2fadb0d9b4c14f1517816564bd8ba9e9262f7332.tar.xz
glibc-2fadb0d9b4c14f1517816564bd8ba9e9262f7332.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/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 66cf0c8b1f..b1f9e793c1 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>