diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/vfork.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/vfork.S b/sysdeps/unix/sysv/linux/arm/vfork.S index 3364c686d6..a2c6bf3407 100644 --- a/sysdeps/unix/sysv/linux/arm/vfork.S +++ b/sysdeps/unix/sysv/linux/arm/vfork.S @@ -46,6 +46,6 @@ ENTRY (__vfork) b PLTJMP(C_SYMBOL_NAME(__syscall_error)) PSEUDO_END (__vfork) -strong_alias (__vfork, __GI___vfork) +libc_hidden_def (__vfork) weak_alias (__vfork, vfork) |