rmtsys-up-limits-20060225
[openafs.git] / src / sys / mapfile
1 # Export map for libafssetpag, used on Linux and Solaris to restrict
2 # exports from the shared libraries to just the public ABI.  Add symbol
3 # versioning while we're at it, just in case.
4
5 AFSSETPAG_1.0 {
6     global:
7         lsetpag;
8     local:
9         *;
10 };