aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux64
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2017-05-28 07:40:09 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2017-05-28 07:40:09 +0000
commit9ecc1abca3b2fe764d94963f1f8132e7568cf159 (patch)
tree2a461883c5ea3e62314fcf046b53a15a55821c6a /sys/modules/linux64
parent1a8ea9fb854bdeac87800c7b9ba87fac5011d978 (diff)
downloadsrc-9ecc1abca3b2fe764d94963f1f8132e7568cf159.tar.gz
src-9ecc1abca3b2fe764d94963f1f8132e7568cf159.zip
On success, getrandom() Linux system call returns the number of bytes that
were copied to the buffer supplied by the user. Also fix getrandom() if Linuxulator modules are built without the kernel. PR: 219464 Submitted by: Maciej Pasternacki Reported by: Maciej Pasternacki MFC after: 1 week
Notes
Notes: svn path=/head/; revision=319053
Diffstat (limited to 'sys/modules/linux64')
-rw-r--r--sys/modules/linux64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile
index a33ae54f760d..fe723da01a77 100644
--- a/sys/modules/linux64/Makefile
+++ b/sys/modules/linux64/Makefile
@@ -10,7 +10,7 @@ SRCS= linux_fork.c linux_dummy.c linux_file.c linux_event.c \
linux_machdep.c linux_misc.c linux_ptrace.c linux_signal.c \
linux_socket.c linux_stats.c linux_sysctl.c linux_sysent.c \
linux_sysvec.c linux_time.c linux_vdso.c linux_timer.c \
- opt_inet6.h opt_compat.h opt_posix.h opt_usb.h \
+ opt_inet6.h opt_compat.h opt_global.h opt_posix.h opt_usb.h \
vnode_if.h device_if.h bus_if.h assym.s \
linux_support.s
DPSRCS= linux_genassym.c