linux-user: add getrandom() syscall
commitf894efd19917321844b31e5dd7a061fdc6fb322d
authorLaurent Vivier <laurent@vivier.eu>
Sun, 21 Feb 2016 09:56:23 +0000 (21 10:56 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 24 Feb 2016 13:22:15 +0000 (24 15:22 +0200)
treec570246a2fc1ca1531104a36f5e9549bfe842438
parent93a92d3bd649cd315db47b9fb5dcb6af657cc22c
linux-user: add getrandom() syscall

getrandom() has been introduced in kernel 3.17 and is now used during
the boot sequence of Debian unstable (stretch/sid).

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c