summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/Versions
blob: 117598c95f28412d1c0492b6514f0a426f325a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
libc {
  GLIBC_PRIVATE {
    __register_atfork; __register_pthread_fork_handler;
    __libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
    __libc_allocate_rtsig_private;
  }
}
libpthread {
  GLIBC_2.0 {
    fork; __fork;
  }
}