diff options
Diffstat (limited to 'elf/ltglobmod1.c')
-rw-r--r-- | elf/ltglobmod1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/ltglobmod1.c b/elf/ltglobmod1.c index 46e74ee..300fa9a 100644 --- a/elf/ltglobmod1.c +++ b/elf/ltglobmod1.c @@ -1,3 +1,5 @@ +extern int bar (void); + int bar (void) { |