summaryrefslogtreecommitdiffstats
path: root/build/unix/gnu-ld-scripts/components-version-script
blob: bc1d5ec336d7662e85fd58e83eaaf7052d288018 (plain)
1
2
3
4
5
6
7
EXPORTED {
   global:
		NSModule;
		NSGetModule;
		__RLD_MAP;
   local: *;
};