Ticket #39919: patch-support-sdbinutils-bfd-opncls.c.diff
File patch-support-sdbinutils-bfd-opncls.c.diff, 401 bytes (added by stevecheckoway (Stephen Checkoway), 11 years ago) |
---|
-
support/sdbinutils/bfd/opncls.c
old new 254 254 then it may have been opened with special flags that make it 255 255 unsafe to close and reopen the file. */ 256 256 if (fd == -1) 257 bfd_set_cacheable (nbfd, TRUE);257 (void)bfd_set_cacheable (nbfd, TRUE); 258 258 259 259 return nbfd; 260 260 }