1
0
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:
H.J. Lu
2024-05-21 05:28:29 -07:00
parent 0fed0b250f
commit 437c94e04b
11 changed files with 0 additions and 11 deletions

View File

@ -76,4 +76,3 @@ L(thread_start):
END(__thread_start_clone3)
libc_hidden_def (__clone3)
weak_alias (__clone3, clone3)