mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove the clone3 symbol from libc.a [BZ #31770]
clone3 isn't exported from glibc and is hidden in libc.so. Fix BZ #31770 by removing clone3 alias. Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -76,4 +76,3 @@ L(thread_start):
|
||||
END(__thread_start_clone3)
|
||||
|
||||
libc_hidden_def (__clone3)
|
||||
weak_alias (__clone3, clone3)
|
||||
|
Reference in New Issue
Block a user