diff options
Diffstat (limited to 'libc/string/xtensa')
-rw-r--r-- | libc/string/xtensa/memcpy.S | 2 | ||||
-rw-r--r-- | libc/string/xtensa/memset.S | 2 | ||||
-rw-r--r-- | libc/string/xtensa/strcmp.S | 2 | ||||
-rw-r--r-- | libc/string/xtensa/strcpy.S | 2 | ||||
-rw-r--r-- | libc/string/xtensa/strlen.S | 2 | ||||
-rw-r--r-- | libc/string/xtensa/strncpy.S | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libc/string/xtensa/memcpy.S b/libc/string/xtensa/memcpy.S index fc04c023e..bf384b461 100644 --- a/libc/string/xtensa/memcpy.S +++ b/libc/string/xtensa/memcpy.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> .macro src_b r, w0, w1 diff --git a/libc/string/xtensa/memset.S b/libc/string/xtensa/memset.S index 076b8f001..6669c568c 100644 --- a/libc/string/xtensa/memset.S +++ b/libc/string/xtensa/memset.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> /* Do not use .literal_position in the ENTRY macro. */ 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> diff --git a/libc/string/xtensa/strcpy.S b/libc/string/xtensa/strcpy.S index dc0a15175..c3a21a691 100644 --- a/libc/string/xtensa/strcpy.S +++ b/libc/string/xtensa/strcpy.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> #ifdef __XTENSA_EB__ diff --git a/libc/string/xtensa/strlen.S b/libc/string/xtensa/strlen.S index 9ee4995f4..23c68f2d5 100644 --- a/libc/string/xtensa/strlen.S +++ b/libc/string/xtensa/strlen.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> #ifdef __XTENSA_EB__ diff --git a/libc/string/xtensa/strncpy.S b/libc/string/xtensa/strncpy.S index fe3ec894c..a048d432e 100644 --- a/libc/string/xtensa/strncpy.S +++ b/libc/string/xtensa/strncpy.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> #ifdef __XTENSA_EB__ |