PR binutils/14813
[deliverable/binutils-gdb.git] / bfd / cache.c
index b1dcd5a745b63f282308066ce98df7cc20baba27..52268162c268ebf01486208b49e0a1b223d5e065 100644 (file)
@@ -359,10 +359,10 @@ cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes)
   return nwrite;
 }
 
-static bfd_boolean
+static int
 cache_bclose (struct bfd *abfd)
 {
-  return bfd_cache_close (abfd);
+  return bfd_cache_close (abfd) - 1;
 }
 
 static int
This page took 0.031898 seconds and 4 git commands to generate.