diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 08:08:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 08:08:30 -0400 |
commit | 192d41278bd3087dad534cb3c5b5f95b0fa6a875 (patch) | |
tree | 76039b9058bb602ffc1aaa5dfbf4b23d4c8c744f | |
parent | 1e00fc1b1e896d1555fa2aae8b30d6d7530b680b (diff) |
relocate i386 string.h to i386-specific dir
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | include/string.h | 2 | ||||
-rw-r--r-- | libc/string/i386/string.h (renamed from include/libc-string_i386.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index 6d6469100..c6457d6ae 100644 --- a/include/string.h +++ b/include/string.h @@ -485,7 +485,7 @@ __END_DECLS #ifdef UCLIBC_INTERNAL # if defined __i386__ -# include <libc-string_i386.h> +# include <../libc/string/i386/string.h> # endif #endif diff --git a/include/libc-string_i386.h b/libc/string/i386/string.h index 3eefdeb76..3eefdeb76 100644 --- a/include/libc-string_i386.h +++ b/libc/string/i386/string.h |