From 428d8b216549fa41147fd3540c3567e4947b07bc Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 May 2011 20:09:42 +0200 Subject: remove sysdep.h from arch specific string implementation Remove hardcoded path from xtensa, we have sysdep.h in path Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/string/ia64/memset.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/ia64/memset.S') diff --git a/libc/string/ia64/memset.S b/libc/string/ia64/memset.S index 45df5838e..3f4b6e15b 100644 --- a/libc/string/ia64/memset.S +++ b/libc/string/ia64/memset.S @@ -33,7 +33,7 @@ Since a stf.spill f0 can store 16B in one go, we use this instruction to get peak speed when value = 0. */ -#include "sysdep.h" +#include #undef ret #define dest in0 -- cgit v1.2.3