summaryrefslogtreecommitdiff
path: root/kernel/libc/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/libc/include/string.h')
-rw-r--r--kernel/libc/include/string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/libc/include/string.h b/kernel/libc/include/string.h
index 707d391..89ea5ab 100644
--- a/kernel/libc/include/string.h
+++ b/kernel/libc/include/string.h
@@ -13,7 +13,6 @@ int isequal(const char *s1, const char *s2);
int isequal_n(const char *s1, const char *s2, u32 n);
char *copy_and_allocate_string(const char *s);
char *copy_and_allocate_user_string(const char *s);
-char *strncpy(char *dest, const char *src, size_t n);
size_t strlcpy(char *dst, const char *src, size_t dsize);
char *strcat(char *s1, const char *s2);
#endif