From 1a31e1c09f89daeefa06ca9336912e9bcadb0c1d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 4 Feb 2016 13:56:59 -0800 Subject: std: Add a helper for symbols that may not exist Right now we only attempt to call one symbol which my not exist everywhere, __pthread_get_minstack, but this pattern will come up more often as we start to bind newer functionality of systems like Linux. Take a similar strategy as the Windows implementation where we use `dlopen` to lookup whether a symbol exists or not. --- src/liblibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblibc') diff --git a/src/liblibc b/src/liblibc index 30f70baa6cc..a64ee24718c 160000 --- a/src/liblibc +++ b/src/liblibc @@ -1 +1 @@ -Subproject commit 30f70baa6cc1ba3ddebb55b988fafbad0c0cc810 +Subproject commit a64ee24718c0289b82a77d692cf56f8a1226de51 -- cgit 1.4.1-3-g733a5