about summary refs log tree commit diff
path: root/elf/vismod3.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/vismod3.c')
-rw-r--r--elf/vismod3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/vismod3.c b/elf/vismod3.c
index cde3291f63..c9df95cb00 100644
--- a/elf/vismod3.c
+++ b/elf/vismod3.c
@@ -40,8 +40,8 @@ int
 const char *protvaritcpt = __FILE__;
 asm (".protected protvaritcpt");
 
-const char *
+const char **
 getvaritcpt3 (void)
 {
-  return protvaritcpt;
+  return &protvaritcpt;
 }