diff options
author | Nick Clifton <nickc@redhat.com> | 2023-09-26 14:07:23 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-09-26 14:07:23 +0100 |
commit | 6f56739807051e82a6327ff184b01be67be37670 (patch) | |
tree | de68ace335c036865cc3dda48f599baf25cc9383 /bfd/bfd-in2.h | |
parent | 0128542673364609a0b2e1d8a3f1896fc89584d2 (diff) | |
download | fsf-binutils-gdb-6f56739807051e82a6327ff184b01be67be37670.zip fsf-binutils-gdb-6f56739807051e82a6327ff184b01be67be37670.tar.gz fsf-binutils-gdb-6f56739807051e82a6327ff184b01be67be37670.tar.bz2 |
Allow the use of SOURCE_DATE_EPOCH in the timestamps for members of static archives.
(For some reason this commit was not applied at the time that the patch was approved).
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 1c4f75a..eddb990 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2758,6 +2758,8 @@ void *bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, void **map_addr, bfd_size_type *map_len) ATTRIBUTE_WARN_UNUSED_RESULT; +time_t bfd_get_current_time (time_t now); + /* Extracted from bfdwin.c. */ struct _bfd_window_internal; |