about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/Versions
blob: 8fea097e43120353af5cd37c42f2346790a46e6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
libc {
  GLIBC_PRIVATE {
    __register_atfork; __libc_pthread_init;
    __libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
    __libc_allocate_rtsig_private;
  }
}
libpthread {
  GLIBC_2.0 {
    fork; __fork;
  }
}