diff options
Diffstat (limited to 'sunrpc/Versions')
-rw-r--r-- | sunrpc/Versions | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sunrpc/Versions b/sunrpc/Versions index 54b25df16f..4e40927ce7 100644 --- a/sunrpc/Versions +++ b/sunrpc/Versions @@ -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; + } } |