diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-05-14 20:09:42 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:44 +0200 |
commit | 428d8b216549fa41147fd3540c3567e4947b07bc (patch) | |
tree | ce8b555d6c65c41bcdb8e836a51342510bd6c961 /libc/string/xtensa/strcmp.S | |
parent | cd7f8b02a26b2221ffa3e9fa097de749b19d67d2 (diff) |
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 <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/string/xtensa/strcmp.S')
-rw-r--r-- | libc/string/xtensa/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/xtensa/strcmp.S b/libc/string/xtensa/strcmp.S index ac058a2bf..86ad80df8 100644 --- a/libc/string/xtensa/strcmp.S +++ b/libc/string/xtensa/strcmp.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "../../sysdeps/linux/xtensa/sysdep.h" +#include <sysdep.h> #include <bits/xtensa-config.h> #include <features.h> |