diff options
Diffstat (limited to 'elf/dl-lookup.c')
-rw-r--r-- | elf/dl-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 86b5c0d..ae8df27 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -64,7 +64,7 @@ struct sym_val unsigned long int _dl_num_relocations; # define bump_num_relocation() ++_dl_num_relocations #else -# define bump_num_relocation() 0 +# define bump_num_relocation() ((void) 0) #endif |