From 736a7992712a8452a0768917a1ab41fb88bdb6a6 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 3 Nov 2005 16:06:11 +0000 Subject: * 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. --- bfd/libbfd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/libbfd.h') diff --git a/bfd/libbfd.h b/bfd/libbfd.h index ff1fde7a108..1fc541645ce 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -656,6 +656,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). */ -- cgit v1.2.1