From ae793cc20d80eec6ccffc31612b635b8c1b82e89 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 13 Jan 2020 01:33:21 +0100 Subject: htl: Avoid exposing unixoid functions C11 threads should not expose them. --- sysdeps/mach/hurd/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/mach/hurd/Versions') diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index 35257a0906..1d6633f782 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -14,6 +14,9 @@ libc { _dl_init_first; __close_nocancel_nostatus; + + # functions used in other libraries + __sigprocmask; } } -- cgit 1.4.1