summaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2005-11-03 16:06:11 +0000
committerDaniel Jacobowitz <dan@debian.org>2005-11-03 16:06:11 +0000
commit0b8676a986f13f113896448d217e71bce8f5bea0 (patch)
tree4910c9a7fcd52950ec6d961963a9c01006e1c44a /bfd/libbfd-in.h
parent953326ad789e331860026a315f5e53135e43fc64 (diff)
downloadbinutils-redhat-0b8676a986f13f113896448d217e71bce8f5bea0.tar.gz
* configure.in: Check for fopen64.
* libbfd-in.h (real_fopen): New prototype. * configure, config.in, libbfd.h: Regenerated. * bfdio.c (real_fopen): New function. * opncls.c (bfd_fopen, bfd_fill_in_gnu_debuglink_section): Use it. * cache.c (bfd_open_file): Likewise.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index df46ae1273..f81452ffe3 100644
--- a/bfd/libbfd-in.h
+++ b/bfd/libbfd-in.h
@@ -651,6 +651,7 @@ extern void _bfd_abort
the system "off_t" or "off64_t", as the offset. */
extern file_ptr real_ftell (FILE *file);
extern int real_fseek (FILE *file, file_ptr offset, int whence);
+extern FILE *real_fopen (const char *filename, const char *modes);
/* List of supported target vectors, and the default vector (if
bfd_default_vector[0] is NULL, there is no default). */