about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-30 01:51:11 +0000
committerRoland McGrath <roland@gnu.org>2002-08-30 01:51:11 +0000
commitcc13edc8d4351bb96bb2e0d785284ec089705cfa (patch)
tree189d5223b8c3cfc8ded13ee906a3515d8d2406d0 /ChangeLog
parent7a9ce79a3b0746e0db7d3cc4264a78a9d79620a3 (diff)
downloadglibc-cc13edc8d4351bb96bb2e0d785284ec089705cfa.tar.gz
glibc-cc13edc8d4351bb96bb2e0d785284ec089705cfa.tar.xz
glibc-cc13edc8d4351bb96bb2e0d785284ec089705cfa.zip
* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
	Change argument type from int to intptr_t.

	* locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
	initializer on [! _HURD_THREADVAR_H] (bad kludge).
	* sysdeps/mach/hurd/i386/init-first.c (init): Initialize
	_HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
	* hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 394789a143..25de4eee0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2002-08-29  Roland McGrath  <roland@redhat.com>
 
+	* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
+	Change argument type from int to intptr_t.
+
+	* locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
+	initializer on [! _HURD_THREADVAR_H] (bad kludge).
+	* sysdeps/mach/hurd/i386/init-first.c (init): Initialize
+	_HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
+	* hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
+
 	* sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
 
 	* sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).