diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/pt-vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/pt-vfork.S b/sysdeps/unix/sysv/linux/microblaze/pt-vfork.S index f201f04..d8339f2 100644 --- a/sysdeps/unix/sysv/linux/microblaze/pt-vfork.S +++ b/sysdeps/unix/sysv/linux/microblaze/pt-vfork.S @@ -34,7 +34,7 @@ || SHLIB_COMPAT (libpthread, GLIBC_2_1_2, GLIBC_2_20)) ENTRY (vfork_compat) - bri __libc_vfork + bri __libc_vfork@PLT END (vfork_compat) #endif |