forked from OSchip/llvm-project
fix PR5954, patch by Roman Divacky.
I don't have a great way to test this myself (it's linux/bsd only), but Roman says it works. :) llvm-svn: 97069
This commit is contained in:
parent
3c1ec97a28
commit
8423d0241f
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
global: main;
|
||||
__progname;
|
||||
environ;
|
||||
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue