Fix typo.

* sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
This commit is contained in:
Ulrich Drepper 2004-07-06 07:31:15 +00:00
parent 321e8782bd
commit 0b4391716c
1 changed files with 1 additions and 1 deletions

View File

@ -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.