[uClibc-cvs] CVS uClibc/docs

CVS User vapier vapier at codepoet.org
Tue Jan 18 02:30:04 UTC 2005


Update of /var/cvs/uClibc/docs
In directory nail:/tmp/cvs-serv8595

Modified Files:
	threads.txt 
Log Message:
whitespace touchups

--- /var/cvs/uClibc/docs/threads.txt	2003/10/10 08:04:21	1.5
+++ /var/cvs/uClibc/docs/threads.txt	2005/01/18 02:30:03	1.6
@@ -17,6 +17,8 @@
 
 
 
+
+
 Functions that use static data and may still need locking:
 
 
@@ -24,9 +26,9 @@
 
         libc/inet/rpc/rpc_thread.c:
 
-	__rpc_thread_variables is currently disabled, since thread
-	local storage seems to not be correctly specified as 
-	weak functions.
+        __rpc_thread_variables is currently disabled, since thread
+        local storage seems to not be correctly specified as 
+        weak functions.
 
         --------------------------------------------------------------------
 
@@ -35,7 +37,7 @@
         static char buf[PWD_BUFFER_SIZE];
 
         getpass                 <fix required>                          <---
-        
+
         NOTE: This function returns a pointer to a static data structure.
         This seems like it requires an _r version of this function.  Glibc
         does the same thing.  Oops!  So much for thread-safe glibc!



More information about the uClibc-cvs mailing list