Browse Source

relocate i386 string.h to i386-specific dir

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 15 years ago
parent
commit
192d41278b
2 changed files with 1 additions and 1 deletions
  1. 1 1
      include/string.h
  2. 0 0
      libc/string/i386/string.h

+ 1 - 1
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
 

+ 0 - 0
include/libc-string_i386.h → libc/string/i386/string.h