summaryrefslogtreecommitdiffstatshomepage
path: root/stm/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/std.h')
-rw-r--r--stm/std.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/std.h b/stm/std.h
index 4b370ef28b..2204363660 100644
--- a/stm/std.h
+++ b/stm/std.h
@@ -8,6 +8,7 @@ void *calloc(size_t sz, size_t n);
void *realloc(void *ptr, size_t n);
void *memcpy(void *dest, const void *src, size_t n);
+void *memmove(void *dest, const void *src, size_t n);
void *memset(void *s, int c, size_t n);
int strlen(const char *str);