aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto.h')
-rw-r--r--gcc/lto/lto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto/lto.h b/gcc/lto/lto.h
index 8f38ee8..7b9f4f3 100644
--- a/gcc/lto/lto.h
+++ b/gcc/lto/lto.h
@@ -23,13 +23,13 @@ along with GCC; see the file COPYING3. If not see
/* A file. */
-typedef struct lto_file_struct
+struct lto_file
{
/* The name of the file. */
const char *filename;
/* The offset for the object inside an ar archive file (or zero). */
off_t offset;
-} lto_file;
+};
/* In lto-lang.c */
extern const char *resolution_file_name;