[0/9] Use 64 bit time_t routines on support

Message ID 20230213171302.3045672-1-adhemerval.zanella@linaro.org
Headers
Series Use 64 bit time_t routines on support |

Message

Adhemerval Zanella Feb. 13, 2023, 5:12 p.m. UTC
  Adhemerval Zanella (9):
  support: Use 64 bit time_t routines on support_descriptors_list (BZ
    #30111)
  support: Use 64 bit time_t routines on support_stat_nanoseconds
  support: Use 64 bit time_t routines on test-container
  support: Use 64 bit time_t routines on shell-container
  support: Use 64 bit time_t routines on delayed_exit
  support: Use 64 bit time_t routines on support_process_state_wait
  support: Use 64 bit time_t routines on support_process_kill
  support: Use 64 bit time_t routines on support_can_chroot
  support: Use 64 bit time_t routines on xmkdirp

 support/delayed_exit.c             | 3 +++
 support/shell-container.c          | 1 +
 support/support_can_chroot.c       | 7 +++++--
 support/support_descriptors.c      | 3 +++
 support/support_process_state.c    | 3 +++
 support/support_stat_nanoseconds.c | 3 +++
 support/support_subprocess.c       | 3 +++
 support/test-container.c           | 1 +
 support/xmkdirp.c                  | 3 +++
 9 files changed, 25 insertions(+), 2 deletions(-)