about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-10 22:06:09 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-10 22:06:09 +0000
commit46c818b312539f81c6cc470d1f40dd83691345c6 (patch)
tree1d8dc4a29476d5cd3d11810307b8afea46638897
parent96c91d1cfed31c5e1dc3fd776837e1cae9a74165 (diff)
downloadglibc-46c818b312539f81c6cc470d1f40dd83691345c6.tar.gz
glibc-46c818b312539f81c6cc470d1f40dd83691345c6.tar.xz
glibc-46c818b312539f81c6cc470d1f40dd83691345c6.zip
2005-06-27 Carlos O'Donell <carlos@systemhalted.org>
	* posix/regcomp.c (re_compile_internal): Call __libc_lock_init
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 28997af4d2..fffc11f424 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-2005-06-27  Carlos O'Donell <carlos@systemhalted.org>
+2005-06-27  Carlos O'Donell  <carlos@systemhalted.org>
 
-	* posix/regcomp.c (re_compile_internal): __libc_lock_init
+	* posix/regcomp.c (re_compile_internal): Call __libc_lock_init
 	after init_dfa.
 
 2005-07-08  Ulrich Drepper  <drepper@redhat.com>