svn commit: branches/uClibc-nptl/libc/inet/rpc

sjhill at uclibc.org sjhill at uclibc.org
Sat Jul 28 18:52:07 UTC 2007


Author: sjhill
Date: 2007-07-28 11:52:06 -0700 (Sat, 28 Jul 2007)
New Revision: 19306

Log:
This should not be visible and currently the TLS access fails unless it is marked as 'static'. Will investigate this later.


Modified:
   branches/uClibc-nptl/libc/inet/rpc/rpc_thread.c


Changeset:
Modified: branches/uClibc-nptl/libc/inet/rpc/rpc_thread.c
===================================================================
--- branches/uClibc-nptl/libc/inet/rpc/rpc_thread.c	2007-07-28 18:49:08 UTC (rev 19305)
+++ branches/uClibc-nptl/libc/inet/rpc/rpc_thread.c	2007-07-28 18:52:06 UTC (rev 19306)
@@ -22,7 +22,7 @@
 
 /* Variable used in non-threaded applications or for the first thread.  */
 static struct rpc_thread_variables __libc_tsd_RPC_VARS_mem;
-__libc_tsd_define (, RPC_VARS)
+__libc_tsd_define (static, RPC_VARS)
 
 /*
  * Task-variable destructor




More information about the uClibc-cvs mailing list