diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-27 23:35:35 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-27 23:35:35 +0400 |
commit | 18715ea0f80c89b32499e38d8fd28f65b9dc331f (patch) | |
tree | 03ec0f55c1546911a7fdc383e2309e0e4cc0e472 | |
parent | f7e01c1556e05329a062bd78af4e2fd1396ab8ea (diff) | |
download | glibc-18715ea0f80c89b32499e38d8fd28f65b9dc331f.tar.gz |
Use _itoa.h instead of stdio-common/_itoa.h
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c index da751ddaeb..6a1eeffd77 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c @@ -26,7 +26,7 @@ #include <time.h> #include <utime.h> #include <sys/time.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> #include <fcntl.h> /* Change the access time of the file associated with FD to TVP[0] and diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c index 7ec30529ad..c3d268b499 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c @@ -23,7 +23,7 @@ #include <sys/ioctl.h> #include <unistd.h> #include <string.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> #include <errno.h> #include <sys/ptms.h> #include <streams/stropts.h> |