summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/rpc_thread.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 18:03:46 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 18:03:46 +0000
commit892cc11771a53d7ee30c5334ca2bda56fd6e6c8b (patch)
tree3f3bf7d31525b64c671faf04cd468c3c84635f00 /libc/inet/rpc/rpc_thread.c
parent5d96ee84a344a55682848b1338b9bcd0618e341b (diff)
downloaduClibc-alpine-892cc11771a53d7ee30c5334ca2bda56fd6e6c8b.tar.bz2
uClibc-alpine-892cc11771a53d7ee30c5334ca2bda56fd6e6c8b.tar.xz
Synch with trunk @ 24075.
Step 9: libc/stdio - libc/inet - libc/pwd_grp
Diffstat (limited to 'libc/inet/rpc/rpc_thread.c')
-rw-r--r--libc/inet/rpc/rpc_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c
index 5b6579e14..441aa75a8 100644
--- a/libc/inet/rpc/rpc_thread.c
+++ b/libc/inet/rpc/rpc_thread.c
@@ -35,7 +35,7 @@ __rpc_thread_destroy (void)
if (tvp != NULL && tvp != &__libc_tsd_RPC_VARS_mem) {
__rpc_thread_svc_cleanup ();
__rpc_thread_clnt_cleanup ();
- //__rpc_thread_key_cleanup ();
+ /*__rpc_thread_key_cleanup (); */
free (tvp->authnone_private_s);
free (tvp->clnt_perr_buf_s);
free (tvp->clntraw_private_s);