From 0b7d48d1062e4383b4a78e0bb78c5f0f29479780 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 5 May 2021 17:15:57 +0200 Subject: nptl: Move sem_close, sem_open into libc The symbols were moved using move-symbol-to-libc.py. Both functions are moved at the same time because they depend on internal functions in sysdeps/pthread/sem_routines.c, which are moved in this commit as well. Additional hidden prototypes are required to avoid check-localplt failures. Reviewed-by: Adhemerval Zanella --- misc/mktemp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/mktemp.c') diff --git a/misc/mktemp.c b/misc/mktemp.c index 92bb121ddf..07f195f845 100644 --- a/misc/mktemp.c +++ b/misc/mktemp.c @@ -30,6 +30,7 @@ __mktemp (char *template) return template; } +libc_hidden_def (__mktemp) weak_alias (__mktemp, mktemp) link_warning (mktemp, "the use of `mktemp' is dangerous, " -- cgit v1.2.3