mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-15 12:33:30 +08:00
MIPS: Update _itoa.h include.
This commit is contained in:
parent
bf98494a8a
commit
1422b9df29
@ -1,3 +1,8 @@
|
||||
2012-03-20 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
|
||||
instead of <stdio-common/_itoa.h>.
|
||||
|
||||
2012-03-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
[BZ #13673]
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Dump registers.
|
||||
Copyright (C) 2000, 2001, 2002, 2006 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Andreas Jaeger <aj@suse.de>, 2000.
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <sys/uio.h>
|
||||
#include <stdio-common/_itoa.h>
|
||||
#include <_itoa.h>
|
||||
|
||||
/* We will print the register dump in this format:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user