PR binutils/14813
[deliverable/binutils-gdb.git] / bfd / libbfd.h
index d548143c4cee4c22b5f4016eda8e91928af75d6a..7c78d9b05e02f3c9455d3d54f93a747bc94c6b3c 100644 (file)
@@ -871,7 +871,7 @@ struct bfd_iovec
   /* For the following, on successful completion a value of 0 is returned.
      Otherwise, a value of -1 is returned (and  <<bfd_error>> is set).  */
   int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
-  bfd_boolean (*bclose) (struct bfd *abfd);
+  int (*bclose) (struct bfd *abfd);
   int (*bflush) (struct bfd *abfd);
   int (*bstat) (struct bfd *abfd, struct stat *sb);
   /* Mmap a part of the files. ADDR, LEN, PROT, FLAGS and OFFSET are the usual
This page took 0.057419 seconds and 4 git commands to generate.