Versions 231 B

123456789101112131415
  1. liblibos {
  2. GLIBC_2.12 {
  3. # checkpoint.c
  4. checkpoint;
  5. # sandbox.c
  6. sandbox_create; sandbox_attach; sandbox_current;
  7. # msgpersist.c
  8. msgpersist;
  9. # benchmark.c
  10. benchmark_rpc; send_rpc; recv_rpc;
  11. }
  12. }