From: Ulrich Drepper Date: Tue, 6 Jul 2004 07:31:15 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/fedora-base~344 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b4391716c8285ad7ad7ab6140a919a513e37b45;p=thirdparty%2Fglibc.git Fix typo. * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up --- diff --git a/ChangeLog b/ChangeLog index 725f7c06cc6..a4bcba7ee22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ * elf/rtld.c: Likewise. * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly if HAVE_INLINED_SYSCALLS is defined. - * sysdeps/powerpc/powerpc64/dl-machine.h: Don't rest _dl_starting_up + * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up here. * sysdeps/powerpc/powerpc32/dl-start.S: Likewise. * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.