diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/vfork.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/vfork.S b/sysdeps/unix/sysv/linux/alpha/vfork.S index befcd78e60..d18ae27834 100644 --- a/sysdeps/unix/sysv/linux/alpha/vfork.S +++ b/sysdeps/unix/sysv/linux/alpha/vfork.S @@ -49,7 +49,7 @@ ENTRY(__libc_vfork) PSEUDO_END (__libc_vfork) -#if !NOT_IN_libc +#if IS_IN (libc) weak_alias (__libc_vfork, vfork) strong_alias (__libc_vfork, __vfork) libc_hidden_def (__vfork) |