Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
version_script.ver 156 B
# this is a 'version script' for the linker which tells it to only export
# symbols starting 'olm_'.

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