From aa9a7f629632c9180de89632d4f2c1e6039f7781 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 15 Jun 2021 17:00:29 +0200 Subject: nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again These were turned into compat symbols as part of the libpthread move. It turns out they are used by language run-time libraries (e.g., the GCC D front end), so it makes to preserve them as external symbols even though they are not declared in any header file. Reviewed-by: Carlos O'Donell --- nptl/Versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index d49dba9c15..62bb939d54 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -260,6 +260,8 @@ libc { __pthread_unregister_cancel; __pthread_unregister_cancel_restore; __pthread_unwind_next; + _pthread_cleanup_pop; + _pthread_cleanup_push; call_once; cnd_broadcast; cnd_destroy; -- cgit 1.4.1