File: libcrun.lds

package info (click to toggle)
crun 1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 9,736 kB
  • sloc: ansic: 66,212; python: 7,047; sh: 5,122; makefile: 768
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
{
  global:
        /* Not all the libcrun_ functions are exported, only those marked LIBCRUN_PUBLIC.  */
        libcrun_*;
        /* libocispec functions */
        runtime_spec_*;
        free_runtime_spec_*;
        make_runtime_spec_*;
  local: *;
};