Hash :
ab7e730c
Author :
Date :
2023-04-16T17:44:42
year2038: Revert the added module dependencies. Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2023-04/msg00117.html>. * modules/year2038 (Depends-on): Remove sched, sys_msg, sys_select, sys_sem, sys_shm, sys_stat, sys_time, sys_types, time-h, utime-h.
Description:
Attempt to ensure that 'time_t' can go past the year 2038.
Comment:
This module should not be used as a dependency from a test module,
otherwise when this module occurs as a tests-related module, it will
have side effects on the compilation of the main modules in lib/.
Files:
Depends-on:
largefile
configure.ac-early:
AC_REQUIRE([AC_SYS_YEAR2038])
configure.ac:
Makefile.am:
Include:
License:
LGPLv2+
Maintainer:
all