summaryrefslogtreecommitdiff
path: root/libc/nptl/sysdeps/unix/sysv/linux/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl/sysdeps/unix/sysv/linux/Versions')
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/Versions15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/Versions b/libc/nptl/sysdeps/unix/sysv/linux/Versions
new file mode 100644
index 000000000..d18255521
--- /dev/null
+++ b/libc/nptl/sysdeps/unix/sysv/linux/Versions
@@ -0,0 +1,15 @@
+libc {
+ GLIBC_2.3.2 {
+ __register_atfork;
+ }
+ GLIBC_PRIVATE {
+ __libc_pthread_init;
+ __libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
+ __libc_allocate_rtsig_private;
+ }
+}
+libpthread {
+ GLIBC_2.0 {
+ fork; __fork;
+ }
+}