aboutsummaryrefslogtreecommitdiff
path: root/version_script.ver
blob: 3aec5f67e3d49dfd9cf99a2dcff1ab1ebe2d09af (plain)
1
2
3
4
5
6
7
8
9
# this is a 'version script' for the linker which tells it to only export
# symbols starting 'olm_'.

{
    global:
        olm_*;
    local:
        *;
};