diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-06 07:31:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-06 07:31:15 +0000 |
commit | 0b4391716c8285ad7ad7ab6140a919a513e37b45 (patch) | |
tree | 434c0ae372dd7d3bcaedddbaad665ac8effe2b5b /ChangeLog | |
parent | 321e8782bd2b465d015884662ca87522edd75ae5 (diff) | |
download | glibc-0b4391716c8285ad7ad7ab6140a919a513e37b45.tar.gz glibc-0b4391716c8285ad7ad7ab6140a919a513e37b45.tar.xz glibc-0b4391716c8285ad7ad7ab6140a919a513e37b45.zip |
Fix typo.
* sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 725f7c06cc..a4bcba7ee2 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. |