diff options
Diffstat (limited to 'lib/libc/string/memcpy.c')
-rw-r--r-- | lib/libc/string/memcpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/memcpy.c b/lib/libc/string/memcpy.c new file mode 100644 index 000000000000..ee1150473aa9 --- /dev/null +++ b/lib/libc/string/memcpy.c @@ -0,0 +1,2 @@ +#define MEMCOPY +#include "bcopy.c" |