Update docs to match our local time_t changes
authorguenther <guenther@openbsd.org>
Sun, 19 Jun 2016 22:35:43 +0000 (22:35 +0000)
committerguenther <guenther@openbsd.org>
Sun, 19 Jun 2016 22:35:43 +0000 (22:35 +0000)
gnu/usr.bin/binutils-2.17/bfd/doc/bfdio.texi
gnu/usr.bin/binutils-2.17/bfd/doc/bfdt.texi

index eb7e31d..b17f373 100644 (file)
@@ -33,7 +33,7 @@ struct bfd_iovec
 @subsubsection @code{bfd_get_mtime}
 @strong{Synopsis}
 @example
-long bfd_get_mtime (bfd *abfd);
+time_t bfd_get_mtime (bfd *abfd);
 @end example
 @strong{Description}@*
 Return the file modification time (as read from the file system, or
index a22fe38..b1c2b2e 100644 (file)
@@ -51,7 +51,7 @@ struct bfd
   bfd_boolean mtime_set;
 
   /* File modified time, if mtime_set is TRUE.  */
-  long mtime;
+  time_t mtime;
 
   /* Reserved for an unimplemented file locking extension.  */
   int ifd;