aboutsummaryrefslogtreecommitdiff
path: root/gdb/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/block.h')
-rw-r--r--gdb/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/block.h b/gdb/block.h
index db0644c..1e04985 100644
--- a/gdb/block.h
+++ b/gdb/block.h
@@ -132,7 +132,7 @@ struct blockvector
enum { GLOBAL_BLOCK = 0, STATIC_BLOCK = 1, FIRST_LOCAL_BLOCK = 2 };
-extern struct symbol *block_function (const struct block *);
+extern struct symbol *block_linkage_function (const struct block *);
extern int contained_in (const struct block *, const struct block *);