diff options
Diffstat (limited to 'ld/testsuite/ld-shared/main.c')
-rw-r--r-- | ld/testsuite/ld-shared/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-shared/main.c b/ld/testsuite/ld-shared/main.c index 4fcfdaa..fe5c78a 100644 --- a/ld/testsuite/ld-shared/main.c +++ b/ld/testsuite/ld-shared/main.c @@ -17,6 +17,7 @@ extern int shlib_checkfunptr2 (); extern int (*shlib_getfunptr1 ()) (); extern int (*shlib_getfunptr2 ()) (); extern int shlib_check (); +extern int shlib_shlibcall2 (); /* This function is called by the shared library. */ |