[uClibc-cvs] uClibc/libpthread/linuxthreads_db td_symbol_list.c,1.2,1.3

Erik Andersen andersen at codepoet.org
Thu Jan 23 08:25:18 UTC 2003


Update of /var/cvs/uClibc/libpthread/linuxthreads_db
In directory winder:/tmp/cvs-serv894/linuxthreads_db

Modified Files:
	td_symbol_list.c 
Log Message:
Just be a bit less different from latest glibc version in comments
and in the files where variables live.


Index: td_symbol_list.c
===================================================================
RCS file: /var/cvs/uClibc/libpthread/linuxthreads_db/td_symbol_list.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- td_symbol_list.c	23 Jan 2003 07:52:47 -0000	1.2
+++ td_symbol_list.c	23 Jan 2003 08:25:14 -0000	1.3
@@ -29,7 +29,7 @@
     [PTHREAD_HANDLES_NUM] = "__pthread_handles_num",
     [PTHREAD_HANDLES] = "__pthread_handles",
     [PTHREAD_KEYS] = "pthread_keys",
-    [LINUXTHREADS_PTHREAD_THREADS_MAX] = "__pthread_threads_max",
+    [LINUXTHREADS_PTHREAD_THREADS_MAX] = "__linuxthreads_pthread_threads_max",
     [LINUXTHREADS_PTHREAD_KEYS_MAX] = "__linuxthreads_pthread_keys_max",
     [LINUXTHREADS_PTHREAD_SIZEOF_DESCR] = "__linuxthreads_pthread_sizeof_descr",
     [LINUXTHREADS_CREATE_EVENT] = "__linuxthreads_create_event",




More information about the uClibc-cvs mailing list