aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-11-03 16:06:11 +0000
committerDaniel Jacobowitz <drow@false.org>2005-11-03 16:06:11 +0000
commit2e6f4fae0724d2926e46be477cd12c772d7e79d9 (patch)
tree91e79b112cb26de09486cf4ece65091202b81d4e /bfd/libbfd-in.h
parent6f2942edf01d584dcc76b960a50de9f67f13e7c3 (diff)
downloadgdb-2e6f4fae0724d2926e46be477cd12c772d7e79d9.zip
gdb-2e6f4fae0724d2926e46be477cd12c772d7e79d9.tar.gz
gdb-2e6f4fae0724d2926e46be477cd12c772d7e79d9.tar.bz2
* 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 df46ae1..f81452f 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). */