From 2af04d6ec602b2068d35d5b976f070a1b065f307 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 1 Mar 2019 05:04:45 +0100 Subject: Fix compiler join thread, fix compiliation with clang --- include/std/mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/std/mem.h') diff --git a/include/std/mem.h b/include/std/mem.h index a5fe9b4..8d91a5a 100644 --- a/include/std/mem.h +++ b/include/std/mem.h @@ -8,4 +8,4 @@ void am_memcpy(void *dest, const void *src, usize size); bool am_memeql(const void *lhs, const void *rhs, usize size); void am_memset(void *dest, int value, usize size); -#endif \ No newline at end of file +#endif -- cgit v1.2.3