diff options
Diffstat (limited to 'elf/failobj.c')
-rw-r--r-- | elf/failobj.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/failobj.c b/elf/failobj.c index e938d4a803..500606382e 100644 --- a/elf/failobj.c +++ b/elf/failobj.c @@ -1,6 +1,8 @@ /* This function is supposed to not exist. */ extern int xyzzy (int); +extern int foo (int); + int foo (int a) { |