diff options
Diffstat (limited to 'libc/kernel/arch-mips/asm/string.h')
-rw-r--r-- | libc/kernel/arch-mips/asm/string.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libc/kernel/arch-mips/asm/string.h b/libc/kernel/arch-mips/asm/string.h index 856f61b..6f375a3 100644 --- a/libc/kernel/arch-mips/asm/string.h +++ b/libc/kernel/arch-mips/asm/string.h @@ -18,8 +18,16 @@ ****************************************************************************/ #ifndef _ASM_STRING_H #define _ASM_STRING_H +#ifndef IN_STRING_C +#define __HAVE_ARCH_STRCPY +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +#define __HAVE_ARCH_STRNCPY +#define __HAVE_ARCH_STRCMP +#endif +#define __HAVE_ARCH_STRNCMP +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define __HAVE_ARCH_MEMSET #define __HAVE_ARCH_MEMCPY -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define __HAVE_ARCH_MEMMOVE #endif +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |