about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-13 01:33:21 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-13 01:38:33 +0100
commitae793cc20d80eec6ccffc31612b635b8c1b82e89 (patch)
tree76a9748f3fca3e40c3551fd74b204199821ae0db /sysdeps/mach/hurd/Versions
parent196e62cbe4acdab22a95740b618c699863ed460c (diff)
downloadglibc-ae793cc20d80eec6ccffc31612b635b8c1b82e89.tar.gz
glibc-ae793cc20d80eec6ccffc31612b635b8c1b82e89.tar.xz
glibc-ae793cc20d80eec6ccffc31612b635b8c1b82e89.zip
htl: Avoid exposing unixoid functions
C11 threads should not expose them.
Diffstat (limited to 'sysdeps/mach/hurd/Versions')
-rw-r--r--sysdeps/mach/hurd/Versions3
1 files changed, 3 insertions, 0 deletions
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;
   }
 }