diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-10 22:06:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-10 22:06:09 +0000 |
commit | 46c818b312539f81c6cc470d1f40dd83691345c6 (patch) | |
tree | 1d8dc4a29476d5cd3d11810307b8afea46638897 | |
parent | 96c91d1cfed31c5e1dc3fd776837e1cae9a74165 (diff) | |
download | glibc-46c818b312539f81c6cc470d1f40dd83691345c6.tar.gz |
2005-06-27 Carlos O'Donell <carlos@systemhalted.org>
* posix/regcomp.c (re_compile_internal): Call __libc_lock_init
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |