]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sunrpc/Versions
Update.
[thirdparty/glibc.git] / sunrpc / Versions
index 54b25df16f34be3870f3113862e86b4a6bdcc447..4e40927ce704c9a6846c7f0e17e7705b441bfd86 100644 (file)
@@ -110,7 +110,11 @@ libc {
     svc_getreq_common; svc_getreq_poll; svc_max_pollfd; svc_pollfd;
   }
   GLIBC_2.2.3 {
-    __rpc_thread_destroy; __rpc_thread_svc_fdset; __rpc_thread_createerr;
+    __rpc_thread_svc_fdset; __rpc_thread_createerr;
     __rpc_thread_svc_pollfd; __rpc_thread_svc_max_pollfd;
   }
+  GLIBC_PRIVATE {
+    # needed by libpthread.
+    __rpc_thread_destroy;
+  }
 }