From 8fc3de70758748fc4ddd1ba60005dec14e06c2a8 Mon Sep 17 00:00:00 2001 From: Zentrik Date: Sat, 2 Nov 2024 20:37:44 +0000 Subject: [PATCH] Remove dead link and include some explanation inline in case of linkrot --- src/julia.expmap.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/julia.expmap.in b/src/julia.expmap.in index 5dc9ca6a88125..b28a714e75f69 100644 --- a/src/julia.expmap.in +++ b/src/julia.expmap.in @@ -25,7 +25,7 @@ utf8proc_*; jlbacktrace*; jlbacktracet*; - _IO_stdin_used*; /* See https://git.kongjian.xin:8442/FGCOM/asterisk/commit/80edcdcc45c0ed6c9223af59b2c6961df2e7a325 for why this is necessary */ + _IO_stdin_used*; /* glibc expects this to be exported to detect which version of glibc is being used, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109 for further details */ _Z24jl_coverage_data_pointerN4llvm9StringRefEi*; _Z22jl_coverage_alloc_lineN4llvm9StringRefEi*; _Z22jl_malloc_data_pointerN4llvm9StringRefEi*;