Skip to content

Commit

Permalink
* elf/dl-minimal.c: Undefine _itoa first.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 25, 2007
1 parent 7fbc878 commit 8aaf53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
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.
* malloc/mtrace.c: Revert last change.
* posix/wordexp.c: Likewise.
Expand Down
3 changes: 2 additions & 1 deletion elf/dl-minimal.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* 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.
This file is part of the GNU C Library.
Expand Down Expand Up @@ -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
also has to be present and it is never about speed when these
functions are used. */
Expand Down

0 comments on commit 8aaf53e

Please sign in to comment.