]> git.baikalelectronics.ru Git - kernel.git/commit
um: Add include: memset() and memcpy() are in <string.h>
authorZach van Rijn <me@zv.io>
Wed, 1 Apr 2020 21:30:48 +0000 (16:30 -0500)
committerRichard Weinberger <richard@nod.at>
Tue, 2 Jun 2020 20:37:11 +0000 (22:37 +0200)
commit61889b824452231d00d844ade5ed28c1e0270454
treea0ad74416932631fe3fb2df1877c13d74fb92b4c
parent7d585f83d94d61d3bdac5518ba22acded9790263
um: Add include: memset() and memcpy() are in <string.h>

These two functions are otherwise unknown to the pedantic compiler.
Include the correct header to enable the build to succeed.

Signed-off-by: Zach van Rijn <me@zv.io>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/os-Linux/file.c