diff options
Diffstat (limited to 'elf/tst-auditmod3b.c')
-rw-r--r-- | elf/tst-auditmod3b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-auditmod3b.c b/elf/tst-auditmod3b.c index 921eaca..a9bb0e2 100644 --- a/elf/tst-auditmod3b.c +++ b/elf/tst-auditmod3b.c @@ -105,7 +105,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook, return sym->st_value; } -#ifdef __LP64__ +# ifndef __ILP32__ # define pltenter la_x86_64_gnu_pltenter # define pltexit la_x86_64_gnu_pltexit # define La_regs La_x86_64_regs |