diff options
Diffstat (limited to 'ld/testsuite/ld-shared/sh1.c')
-rw-r--r-- | ld/testsuite/ld-shared/sh1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-shared/sh1.c b/ld/testsuite/ld-shared/sh1.c index e31e06a..20f183c 100644 --- a/ld/testsuite/ld-shared/sh1.c +++ b/ld/testsuite/ld-shared/sh1.c @@ -64,7 +64,7 @@ shlib_shlibcall () /* This function calls a function defined in this object in the shared library. The main program will override the called function. */ -extern int shlib_overiddencall2 (); +extern int shlib_overriddencall2 (); int shlib_shlibcall2 () |