about summary refs log tree commit diff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-14 09:44:24 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-14 09:44:24 -0700
commit5675da1e845e4b651eb649639137310fd9b6b380 (patch)
tree99e490ee09858f03425152f5e57862ce3b57548e /nptl/Versions
parent4f02e2b8f94799b4f9e57e922c06c5eeec4272e6 (diff)
downloadglibc-5675da1e845e4b651eb649639137310fd9b6b380.tar.gz
glibc-5675da1e845e4b651eb649639137310fd9b6b380.tar.xz
glibc-5675da1e845e4b651eb649639137310fd9b6b380.zip
ARM: Consolidate NPTL/non versions of vfork
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions
index bb1127701e..17a68ed5ee 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -30,6 +30,7 @@ libc {
     __libc_alloca_cutoff;
     # Internal libc interface to libpthread
     __libc_dl_error_tsd;
+    __libc_vfork;
   }
 }
 
@@ -257,6 +258,9 @@ libpthread {
     pthread_setattr_default_np;
   }
 
+  GLIBC_2.20 {
+  }
+
   GLIBC_PRIVATE {
     __pthread_initialize_minimal;
     __pthread_clock_gettime; __pthread_clock_settime;