diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-21 17:33:32 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-21 17:33:32 +0000 |
commit | adf2de51a26bcac06af741c3ab3e62622e30a5d6 (patch) | |
tree | d4564bd3aace3abb693cb8fd32b063858ae7def1 /libc | |
parent | 4ed4727cff5e6cbe762d023118cbc319a2b65c07 (diff) | |
download | uClibc-alpine-adf2de51a26bcac06af741c3ab3e62622e30a5d6.tar.bz2 uClibc-alpine-adf2de51a26bcac06af741c3ab3e62622e30a5d6.tar.xz |
Synch with SH4 port (and trunk)
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/rpc/rpc_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c index b38b2ac97..b42fab6e0 100644 --- a/libc/inet/rpc/rpc_thread.c +++ b/libc/inet/rpc/rpc_thread.c @@ -22,7 +22,7 @@ libc_hidden_proto(__rpc_thread_svc_max_pollfd) /* Variable used in non-threaded applications or for the first thread. */ static struct rpc_thread_variables __libc_tsd_RPC_VARS_mem; -__libc_tsd_define (static, RPC_VARS) +__libc_tsd_define (, RPC_VARS) /* * Task-variable destructor |