summaryrefslogtreecommitdiff
path: root/libc/string/mips/memset.S
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-05-14 20:09:42 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:44 +0200
commit428d8b216549fa41147fd3540c3567e4947b07bc (patch)
treece8b555d6c65c41bcdb8e836a51342510bd6c961 /libc/string/mips/memset.S
parentcd7f8b02a26b2221ffa3e9fa097de749b19d67d2 (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/mips/memset.S')
-rw-r--r--libc/string/mips/memset.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/string/mips/memset.S b/libc/string/mips/memset.S
index ff0554ff9..7d4d362b8 100644
--- a/libc/string/mips/memset.S
+++ b/libc/string/mips/memset.S
@@ -18,9 +18,8 @@
02111-1307 USA. */
#include <features.h>
-/*#include <sysdep.h>*/
+#include <sysdep.h>
#include <endian.h>
-#include "sysdep.h"
/* void *memset(void *s, int c, size_t n). */