# This is the symbol export map file for Solaris. The file specifies # that only the mexFunction and mexVersion symbols should have global scope, # and that all others should be local. # $Revision: 1.4 $ { global: mexFunction; mexVersion; local: *; };