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 16228c7bb3..e938d4a803 100644 --- a/elf/failobj.c +++ b/elf/failobj.c @@ -1,4 +1,6 @@ /* This function is supposed to not exist. */ +extern int xyzzy (int); + int foo (int a) { |