commit | 2e0cef5613a20a6fd67bedcc1524b1f6efc19246 | [log] [tgz] |
---|---|---|
author | Andrew Rossignol <[email protected]> | Thu Jun 02 17:53:48 2016 -0700 |
committer | Ben Fennema <[email protected]> | Fri Jun 03 15:25:11 2016 -0700 |
tree | a06c6f5649b57c80e3a7347bf2703ddcf9a1c260 | |
parent | 4c5d731f29909f16448fb822644460fd3066ab54 [diff] [blame] |
libc: more math functions and string functions remove -lc and -lm from nanohub compilation and add -nostdlib Bug: 29003259 Change-Id: If73a539ddec303b61d36113a483f42bf5b2d7cf2
diff --git a/lib/libc/memmove.c b/lib/libc/memmove.c new file mode 100644 index 0000000..05cf75a --- /dev/null +++ b/lib/libc/memmove.c
@@ -0,0 +1,5 @@ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + +#define MEMMOVE +#include "bcopy.c"