about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-10-07 20:26:31 +0000
committerUlrich Drepper <drepper@redhat.com>2001-10-07 20:26:31 +0000
commitb61345a1add0789a12fe341563374d64b5134771 (patch)
tree556bf360e30dc81c42fc439ffc08776fcf424afa /linuxthreads/ChangeLog
parentc47e78b10f6b18532951fb6f6b0c5a2e8afcf88e (diff)
downloadglibc-b61345a1add0789a12fe341563374d64b5134771.tar.gz
glibc-b61345a1add0789a12fe341563374d64b5134771.tar.xz
glibc-b61345a1add0789a12fe341563374d64b5134771.zip
Update.
2001-10-04  Ben Collins  <bcollins@debian.org>

	* sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
	decleration of __need_wchar_t.

2001-10-03  Jakub Jelinek  <jakub@redhat.com>

	* string/bits/string2.h (__strsep_g): Add prototype.
	(__strsep): Use it.
	* string/Versions (__strsep): Remove.
	* sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.

2001-10-07  Ulrich Drepper  <drepper@redhat.com>

	* manua/llio.texi: Clarify file references added by mmap.
	Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c864308804..0a330fa0e0 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-05  Kevin Buettner  <kevinb@cygnus.com>
+
+	* pthread.c (__linuxthread_pthread_sizeof_descr): Change name
+	to __linuxthreads_pthread_sizeof_descr to match name used by
+	symbol_list_arr[LINUXTHREADS_PTHREAD_SIZEOF_DESCR] in
+	linuxthreads_db/td_symbol_list.c.
+
 2001-09-22  Andreas Jaeger  <aj@suse.de>
 
 	* linuxthreads/tst-context.c: Avoid compile warning.