1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* elf/dl-minimal.c: Undefine _itoa first.

This commit is contained in:
Ulrich Drepper
2007-01-25 17:10:56 +00:00
parent 7fbc8784bd
commit 8aaf53ee7e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2007-01-24 Ulrich Drepper <drepper@redhat.com> 2007-01-24 Ulrich Drepper <drepper@redhat.com>
* elf/dl-minimal.c: Undefine _itoa first.
* stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms. * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
* malloc/mtrace.c: Revert last change. * malloc/mtrace.c: Revert last change.
* posix/wordexp.c: Likewise. * posix/wordexp.c: Likewise.

View File

@ -1,5 +1,5 @@
/* Minimal replacements for basic facilities used in the dynamic linker. /* Minimal replacements for basic facilities used in the dynamic linker.
Copyright (C) 1995-1998,2000-2002,2004,2005,2006 Copyright (C) 1995-1998,2000-2002,2004-2006,2007
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
@ -283,6 +283,7 @@ __strtoul_internal (const char *nptr, char **endptr, int base, int group)
} }
#undef _itoa
/* We always use _itoa instead of _itoa_word in ld.so since the former /* We always use _itoa instead of _itoa_word in ld.so since the former
also has to be present and it is never about speed when these also has to be present and it is never about speed when these
functions are used. */ functions are used. */