summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/bfd/libbfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/bfd/libbfd.h')
-rw-r--r--contrib/binutils/bfd/libbfd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/binutils/bfd/libbfd.h b/contrib/binutils/bfd/libbfd.h
index 1a472d8..4c1414f 100644
--- a/contrib/binutils/bfd/libbfd.h
+++ b/contrib/binutils/bfd/libbfd.h
@@ -76,7 +76,8 @@ struct artdata {
symindex symdef_count; /* how many there are */
char *extended_names; /* clever intel extension */
bfd_size_type extended_names_size; /* Size of extended names */
- time_t armap_timestamp; /* Timestamp value written into armap.
+ /* when more compilers are standard C, this can be a time_t */
+ long armap_timestamp; /* Timestamp value written into armap.
This is used for BSD archives to check
that the timestamp is recent enough
for the BSD linker to not complain,
OpenPOWER on IntegriCloud