diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2012-02-02 18:22:36 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2012-02-07 07:55:45 +0100 |
commit | c697912b3a9126390cb67099f94406239c370c79 (patch) | |
tree | 97d3932b0f4d06aaa77489d7b68c0d45e0a72fe9 /libc/inet/rpc/rpc_private.h | |
parent | ae0e6225db6dacb4d4de81245fba8671526dfe90 (diff) |
inet:rpc: fix authnone_marshal in multithreading context
This is a port of glibc's fix by Zack Weinberg as reported
in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=142312,
and discussed in http://sourceware.org/ml/libc-alpha/2002-04/msg00069.html
and following.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libc/inet/rpc/rpc_private.h')
-rw-r--r-- | libc/inet/rpc/rpc_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/inet/rpc/rpc_private.h b/libc/inet/rpc/rpc_private.h index ede3ddfc0..e1214d256 100644 --- a/libc/inet/rpc/rpc_private.h +++ b/libc/inet/rpc/rpc_private.h @@ -18,8 +18,6 @@ struct rpc_thread_variables { struct pollfd *svc_pollfd_s; /* Global, rpc_common.c */ int svc_max_pollfd_s; /* Global, rpc_common.c */ - void *authnone_private_s; /* auth_none.c */ - void *clnt_perr_buf_s; /* clnt_perr.c */ void *clntraw_private_s; /* clnt_raw.c */ |