diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-20 16:00:23 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-20 16:00:23 -0700 |
commit | eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1 (patch) | |
tree | aae4fe72d6bb48e8e0cb0d0b85676895fab29a8e /posix | |
parent | d1af992d0d8184db0a4d264c00a2720722e1a280 (diff) | |
download | glibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.tar.gz glibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.tar.xz glibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.zip |
Move stdio-common/_itoa.h to sysdeps/generic
Diffstat (limited to 'posix')
-rw-r--r-- | posix/getopt_init.c | 2 | ||||
-rw-r--r-- | posix/wordexp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/posix/getopt_init.c b/posix/getopt_init.c index 9bcbd9c00d..55003d4b7e 100644 --- a/posix/getopt_init.c +++ b/posix/getopt_init.c @@ -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; diff --git a/posix/wordexp.c b/posix/wordexp.c index ece5109ae9..5ace13720b 100644 --- a/posix/wordexp.c +++ b/posix/wordexp.c @@ -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 */ |