提交 4f4bf0ad 编写于 作者: R Rich Felker

disable dynamic linking/loading code in static libc builds, for now

it does not work, but some configure scripts will falsely detect
support then generate programs that crash when they call dlopen.
上级 b0c088ee
#ifdef __PIC__
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......@@ -681,3 +682,4 @@ int dlclose(void *p)
{
return 0;
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册