]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move stdio-common/_itoa.h to sysdeps/generic
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Mar 2012 23:00:23 +0000 (16:00 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Mar 2012 23:00:23 +0000 (16:00 -0700)
52 files changed:
ChangeLog
debug/backtracesymsfd.c
debug/segfault.c
elf/dl-cache.c
elf/dl-minimal.c
elf/dl-misc.c
elf/dl-sysdep.c
elf/dl-version.c
elf/rtld.c
hurd/hurdsock.c
hurd/lookup-retry.c
malloc/malloc.c
malloc/mtrace.c
nscd/nscd_getgr_r.c
nscd/nscd_getpw_r.c
nscd/nscd_getserv_r.c
posix/getopt_init.c
posix/wordexp.c
stdio-common/_itoa.c
stdio-common/_itowa.c
stdio-common/printf_fphex.c
stdio-common/vfprintf.c
string/_strerror.c
sysdeps/generic/_itoa.h [moved from stdio-common/_itoa.h with 100% similarity]
sysdeps/generic/elf/backtracesymsfd.c
sysdeps/i386/i686/hp-timing.h
sysdeps/mach/_strerror.c
sysdeps/mach/hurd/powerpc/register-dump.h
sysdeps/mach/hurd/sethostid.c
sysdeps/mach/hurd/xmknodat.c
sysdeps/mach/xpg-strerror.c
sysdeps/powerpc/powerpc32/dl-machine.c
sysdeps/powerpc/powerpc32/power4/hp-timing.h
sysdeps/powerpc/powerpc32/register-dump.h
sysdeps/powerpc/powerpc64/dl-machine.c
sysdeps/powerpc/powerpc64/hp-timing.h
sysdeps/powerpc/powerpc64/register-dump.h
sysdeps/sparc/sparc32/sparcv9/hp-timing.h
sysdeps/sparc/sparc64/hp-timing.h
sysdeps/unix/sysv/linux/fd_to_filename.h
sysdeps/unix/sysv/linux/futimes.c
sysdeps/unix/sysv/linux/i386/register-dump.h
sysdeps/unix/sysv/linux/ptsname.c
sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h
sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h
sysdeps/unix/sysv/linux/sh/sh3/register-dump.h
sysdeps/unix/sysv/linux/sh/sh4/register-dump.h
sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h
sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h
sysdeps/unix/sysv/linux/ttyname.c
sysdeps/unix/sysv/linux/ttyname_r.c
sysdeps/unix/sysv/linux/x86_64/register-dump.h

index 268d0ac84634e4b733a3709d65bf50e6cd9d25a1..edac2dc045afee88c98e9166b90ae02db47eee0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * debug/backtracesymsfd.c: Include <_itoa.h> instead of
+       <stdio-common/_itoa.h>.
+       * debug/segfault.c: Likewise.
+       * elf/dl-cache.c: Likewise.
+       * elf/dl-minimal.c: Likewise.
+       * elf/dl-misc.c: Likewise.
+       * elf/dl-sysdep.c: Likewise.
+       * elf/dl-version.c: Likewise.
+       * elf/rtld.c: Likewise.
+       * hurd/hurdsock.c: Likewise.
+       * hurd/lookup-retry.c: Likewise.
+       * malloc/malloc.c: Likewise.
+       * malloc/mtrace.c: Likewise.
+       * nscd/nscd_getgr_r.c: Likewise.
+       * nscd/nscd_getpw_r.c: Likewise.
+       * nscd/nscd_getserv_r.c: Likewise.
+       * posix/getopt_init.c: Likewise.
+       * posix/wordexp.c: Likewise.
+       * stdio-common/_itoa.c: Likewise.
+       * stdio-common/printf_fphex.c: Likewise.
+       * stdio-common/vfprintf.c: Likewise.
+       * string/_strerror.c: Likewise.
+       * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
+       * sysdeps/i386/i686/hp-timing.h: Likewise.
+       * sysdeps/mach/_strerror.c: Likewise.
+       * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
+       * sysdeps/mach/hurd/sethostid.c: Likewise.
+       * sysdeps/mach/hurd/xmknodat.c: Likewise.
+       * sysdeps/mach/xpg-strerror.c: Likewise.
+       * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
+       * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
+       * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
+       * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
+       * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
+       * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
+       * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
+       * sysdeps/unix/sysv/linux/futimes.c: Likewise.
+       * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
+       * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
+       * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
+       * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
+
+       * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
+
+       * stdio-common/_itoa.h: Moved to ...
+       * sysdeps/generic/_itoa.h: Here.
+
+       * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
+
+       * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
+       instead of "_itoa.h" and "_itowa.h".
+       * stdio-common/vfprintf.: Likewise.
+
 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
index fe247d8cc8b50c19fd72680ff6e624d48f6b5efc..2345853d8057e6a2f83319f356deda67e04e2dcc 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <sys/uio.h>
 
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <not-cancel.h>
 
 #if __ELF_NATIVE_CLASS == 32
index 18f811580ba9f78ea5389649de05211ef46a2511..98886dbf152f6ea3dd459ebbd7b0827baade072f 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <ldsodefs.h>
 
 #include <bp-checks.h>
index 2e6f88b326d95dd48e3e6b86d44c16b562fdafce..0357dffc426df5df258815210ecd9ef6eda5201e 100644 (file)
@@ -24,7 +24,7 @@
 #include <dl-cache.h>
 #include <dl-procinfo.h>
 
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #ifndef _DL_PLATFORMS_COUNT
 # define _DL_PLATFORMS_COUNT 0
index 3a984afb1c45514ba1fe90455d52e6482afe4882..316de99b8f1a70e39dfb6691f9129b349ae3bf29 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/param.h>
 #include <sys/types.h>
 #include <ldsodefs.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #include <assert.h>
 
index 9bf642daaaf7f5c700992e407925591dc161aac9..22fbba38d4c86dc3d16b501bd7321903ee2f2281 100644 (file)
@@ -30,7 +30,7 @@
 #include <sys/stat.h>
 #include <sys/uio.h>
 #include <sysdep.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <bits/libc-lock.h>
 
 /* Read the whole contents of FILE into new mmap'd space with given
index 0920cc155a443c22297b5e756fe10fd6c5558e55..1cb4460a02f5139c5f7a028ca4e1740d0b788865 100644 (file)
@@ -29,7 +29,7 @@
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <ldsodefs.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <fpu_control.h>
 
 #include <entry.h>
index e314e02d0749b756d86883ae620c2001af2192ef..af7f89960df46b233ff9118c9eecf5a7302dda00 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ldsodefs.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #include <assert.h>
 
index 3e15447f7a5f3424663a08017dd6f4497f9fb3e9..1cc9cf3fe5395e2cd71cb1b0a125c443db146448 100644 (file)
@@ -27,7 +27,7 @@
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <ldsodefs.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <entry.h>
 #include <fpu_control.h>
 #include <hp-timing.h>
index 170a3f6185a5734d31dacd7fc96549e469e79ae9..f3611ecf2711ae64a14cbf395a242445e4a0b2b8 100644 (file)
@@ -22,7 +22,7 @@
 #include <string.h>
 #include <hurd/paths.h>
 #include <stdio.h>
-#include "stdio-common/_itoa.h"
+#include <_itoa.h>
 #include <cthreads.h>          /* For `struct mutex'.  */
 #include "hurdmalloc.h"                /* XXX */
 
index c65eb5ad57f252b5f562a7392785f11dc9a03f3a..3c506a043a0068019bb1aad56470a8dfa984731e 100644 (file)
@@ -24,7 +24,7 @@
 #include <limits.h>
 #include <fcntl.h>
 #include <string.h>
-#include "stdio-common/_itoa.h"
+#include <_itoa.h>
 
 /* Translate the error from dir_lookup into the error the user sees.  */
 static inline error_t
index d7d79e03fa2a2f53a35d2441061b421e1a65542d..79cdc52330d970cb0a113b882020adb079c94d6f 100644 (file)
 #include <malloc-machine.h>
 
 #include <atomic.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <bits/wordsize.h>
 #include <sys/sysinfo.h>
 
index 67e3e44336cba86f7f2b9fc599b5de199d31bcaa..e299a16239fe4098a644505ae79c34bd333d75e9 100644 (file)
@@ -31,7 +31,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #include <libc-internal.h>
 
index ac3d85fc39c95c6b0878330d9cbef1d1fac1e8db..54372e4ef0aba7ee738f821d230c30c1bb264565 100644 (file)
@@ -31,7 +31,7 @@
 #include <sys/uio.h>
 #include <sys/un.h>
 #include <not-cancel.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #include "nscd-client.h"
 #include "nscd_proto.h"
index 409b672ee02cd02e4a05bbe607e7f01aa7494fe1..e405057d1627aff82d085951c3d42ad5f399db05 100644 (file)
@@ -30,7 +30,7 @@
 #include <sys/uio.h>
 #include <sys/un.h>
 #include <not-cancel.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #include "nscd-client.h"
 #include "nscd_proto.h"
index ff85d8299fb3a7e19c9f447c1bfba8f61e80806b..acf7e22f82582dbbca7da798b31ec46dac2b1aa9 100644 (file)
@@ -20,7 +20,7 @@
 #include <errno.h>
 #include <string.h>
 #include <not-cancel.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #include "nscd-client.h"
 #include "nscd_proto.h"
index 9bcbd9c00d07545a8acea1da139061d32fc04624..55003d4b7e0f9edee04dfdabce65d01f27c62858 100644 (file)
@@ -27,7 +27,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* Variable to synchronize work.  */
 char *__getopt_nonoption_flags;
index ece5109ae9d87de557643dcfcaee6ac6486222f1..5ace13720b6a54e5b9f1b63b9c26bc4d3cb08732 100644 (file)
@@ -42,7 +42,7 @@
 #include <kernel-features.h>
 
 #include <bits/libc-lock.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* Undefine the following line for the production version.  */
 /* #define NDEBUG 1 */
index e52f666ffacb4797822022d2a891855bef255f42..3dfff8ff640572ccac20db7b70bf91a832217363 100644 (file)
@@ -25,7 +25,7 @@
 #include <stdlib/gmp-impl.h>
 #include <stdlib/longlong.h>
 
-#include "_itoa.h"
+#include <_itoa.h>
 
 
 /* Canonize environment.  For some architectures not all values might
index 8047c877c90f50f727d7478ce0db518e56be47a0..1ebc712b4365aab899436c451d554fc4f3a3b5c7 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdlib/gmp-impl.h>
 #include <stdlib/longlong.h>
 
-#include "_itowa.h"
+#include <_itowa.h>
 
 
 /* Canonize environment.  For some architectures not all values might
index 01142f9f6d881248c41976dbd933a38e3e90d1a2..97ed83be981ff5304908c34927e4bb28ccd16504 100644 (file)
@@ -25,8 +25,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <wchar.h>
-#include "_itoa.h"
-#include "_itowa.h"
+#include <_itoa.h>
+#include <_itowa.h>
 #include <locale/localeinfo.h>
 
 /* #define NDEBUG 1*/          /* Undefine this for debugging assertions.  */
index e454927bfd37cb4841b2a80ee2a3d7ea9fe0dc31..1e904833a37d35cb9ca79a730126c8b81880fc42 100644 (file)
@@ -26,7 +26,7 @@
 #include <wchar.h>
 #include <bits/libc-lock.h>
 #include <sys/param.h>
-#include "_itoa.h"
+#include <_itoa.h>
 #include <locale/localeinfo.h>
 #include <stdio.h>
 
 # define ISDIGIT(Ch)   ((unsigned int) ((Ch) - L'0') < 10)
 # define STR_LEN(Str)  __wcslen (Str)
 
-# include "_itowa.h"
+# include <_itowa.h>
 
 # define PUT(F, S, N)  _IO_sputn ((F), (S), (N))
 # define PAD(Padchar) \
index 87540797d92aa3094d1d74fc5ca581850c97e3bc..6af622634f37f966aa17681a1328d4486bb6d68b 100644 (file)
@@ -22,7 +22,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* It is critical here that we always use the `dcgettext' function for
    the message translation.  Since <libintl.h> only defines the macro
similarity index 100%
rename from stdio-common/_itoa.h
rename to sysdeps/generic/_itoa.h
index 8b4a836ce9c8f60b14907b83ede0486d683e6c2f..3562c50a78920c2ac38f3e4b759d0bba55ff6c48 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <sys/uio.h>
 
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <ldsodefs.h>
 
 #if __ELF_NATIVE_CLASS == 32
index 852f77820ff6daa46f1473d7020f3b402f631f6e..1d8684ce20396e492884e1ce156bf46e8ced044b 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <string.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* The macros defined here use the timestamp counter in i586 and up versions
    of the x86 processors.  They provide a very accurate way to measure the
index 3c0928825f613ac9e7b5e60a485cb0165f6767c2..e3a5c8e3c8682203f5b6c593c96a315776d838ee 100644 (file)
@@ -21,7 +21,7 @@
 #include <mach/error.h>
 #include <errorlib.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* It is critical here that we always use the `dcgettext' function for
    the message translation.  Since <libintl.h> only defines the macro
index 258579727efc281a9355d4007013bceba36cf191..80d545e488015038f809726f2a0d25abf2c14e63 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* This prints out the information in the following form: */
 static const char dumpform[] = "\
index d1ff1b0f5bfffcf5cae669d722dedadc0b0fc914..7fadf6aa8503876e64404dd91054514c5f4456f0 100644 (file)
@@ -18,7 +18,7 @@
 #include <unistd.h>
 #include <hurd.h>
 #include "hurdhost.h"
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* Set the current machine's Internet number to ID.
    This call is restricted to the super-user.  */
index a37b918822f7e7c4381567c77a96d4ab893c749d..acd1a8c683d9a5367afc4ec87be1f1241c906919 100644 (file)
@@ -23,7 +23,7 @@
 #include <hurd/fd.h>
 #include <hurd/paths.h>
 #include <fcntl.h>
-#include "stdio-common/_itoa.h"
+#include <_itoa.h>
 #include <string.h>
 #include <sys/types.h>
 
index 997c5b6a3f010d26aed8ff2151038df8f66ee5b5..421d75803dd5a4d4c2e7dd150c1069d9d4d1d27f 100644 (file)
@@ -23,7 +23,7 @@
 #include <mach/error.h>
 #include <errorlib.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* It is critical here that we always use the `dcgettext' function for
    the message translation.  Since <libintl.h> only defines the macro
index 9ad6bbbc0b98579b04bcf1e9900aeec486b94d0c..e5354801336ebce39a7f0602e03e297d91f93a95 100644 (file)
@@ -23,7 +23,7 @@
 #include <ldsodefs.h>
 #include <elf/dynamic-link.h>
 #include <dl-machine.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* The value __cache_line_size is defined in dl-sysdep.c and is initialised
    by _dl_sysdep_start via DL_PLATFORM_INIT.  */
index 8370f726914593df3671b40fc57e893472b0c457..a80168a7c98a6c04a198ddbba3a56a2abccf63b7 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <string.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <atomic.h>
 
 /* The macros defined here use the powerpc 64-bit time base register.
index d9b520e5e793a4d0e6b448582e5c77ca6f3332cd..2936de240bb9a95036aaffd8b43b4ff00e64a013 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* This prints out the information in the following form: */
 static const char dumpform[] = "\
index 6a8e68f39ee35ce2d526d34d669a72002eefaa48..8e216ed87c7adf5b8d7be8a71124d954584270e0 100644 (file)
@@ -19,7 +19,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <ldsodefs.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <dl-machine.h>
 
 void
index b4cf2a42cb73111cac19de0b25a7b91a050529d0..dc10bc4f65cc95104c3c61eb320e692811f3b258 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <string.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <atomic.h>
 
 /* The macros defined here use the powerpc 64-bit time base register.
index e301b0fe61d0d844afe4f09b3492d91716d31d18..917886db2f2c21c83899087a188fb5116949bad3 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* This prints out the information in the following form: */
 static const char dumpform[] = "\
index b90bb841521f836d5aad7e07876bd563bf3df747..d0f896da5cc26c60bc7a02eee07f8a03e4f333c5 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <string.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #define HP_TIMING_AVAIL                (1)
 #define HP_TIMING_INLINE       (1)
index b68f653fb8d8cf44db83784dc26cc947a59a29ca..684b846f5514b74b654ec44e90deb6fa04c122a4 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <string.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 #define HP_TIMING_AVAIL                (1)
 #define HP_TIMING_INLINE       (1)
index feefc2b78ec7890c42cc25c56982b85c14081258..ee939af1592ff2fcb2708facc6e10b5ad0e4cd99 100644 (file)
@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 static inline const char *
 fd_to_filename (int fd)
index cd76f6ffbad88bd029d7233f5381601de096ec5c..913bd105fc3c0ac345f69b6abfcf6697cefb5e66 100644 (file)
@@ -22,7 +22,7 @@
 #include <time.h>
 #include <utime.h>
 #include <sys/time.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <fcntl.h>
 
 #include <kernel-features.h>
index d2c5c3fcaf6c568b08b8c2c678cd9c45f4bc21c2..7f54f67430b437710516dc4fa5dea315e05657eb 100644 (file)
@@ -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:
 
index 41edd8f8fe1b998b12c59c26231f12fde77969cf..fb097698fb3a28179140c5a26f476cfd0789ce29 100644 (file)
@@ -26,7 +26,7 @@
 #include <termios.h>
 #include <unistd.h>
 
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* Check if DEV corresponds to a master pseudo terminal device.  */
 #define MASTER_P(Dev)                                                         \
index 0c3b83c24bff55ce1bfd0e5524134010486bb872..1f1a85983e68de6ebb310e1f5f4bd927867c6460 100644 (file)
@@ -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:
 
index 0cf89f14cae7ab9f5df08612fe2683baa056f30d..671481df7590ddce195993810bdd5064fa7bb80e 100644 (file)
@@ -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:
 
index 9562882eda2c2c9dc8ccca535182ff9e64b545ce..510863e7bf21c9f8dc4334403e11be3d1cd4e8e7 100644 (file)
@@ -17,7 +17,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:
 
index d31ca1f914857cb850a7764576d640e901e85347..f05447c373105603eeb9fee589c39a883d8df010 100644 (file)
@@ -17,7 +17,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:
 
index 0d0cdd6bb2043a10962fff56a5f53c3925508e73..be6ad74ae1699c4b603c35cb23eb8d09de88bd58 100644 (file)
@@ -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:
 
index 8ef6fde2fbeedc879b468e98f40afaa75463b18c..d8e76264f58035f2c4b17fccc4799170013c3e03 100644 (file)
@@ -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:
 
index 70b2d51a003ed5655a9e85a53480227135207213..0cfb4740b8af17e04ef84216a47c675720b93a94 100644 (file)
@@ -27,7 +27,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <kernel-features.h>
 
 #if 0
index a12849a7772dd85384bb604ab2263ee0fdbd5458..f097311a1536f3ea01bf288becc4276350bf9605 100644 (file)
@@ -27,7 +27,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 #include <kernel-features.h>
 
 static int getttyname_r (char *buf, size_t buflen,
index 83157916d9dc02874a894850f8f9781b714d09f2..3ef8e09b6bb06cabfdb8bb7bce764dde2df446d8 100644 (file)
@@ -17,7 +17,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: