From ddc339c51fa436e91eba083029bec3849997899e Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Mon, 13 Nov 2017 09:21:28 +0100 Subject: cpukit: Add _arc4random_getentropy_fail. Add a default implementation of _arc4random_getentropy_fail with an internal error. Update #3239. --- cpukit/libcsupport/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 756526ae8e..038ac93548 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -116,7 +116,8 @@ TERMINAL_IDENTIFICATION_C_FILES += src/ttyname.c LIBC_GLUE_C_FILES = src/__getpid.c src/__gettod.c src/__times.c \ src/truncate.c src/access.c src/stat.c src/lstat.c src/pathconf.c \ src/newlibc_reent.c src/newlibc_exit.c \ - src/kill_noposix.c src/utsname.c src/realpath.c + src/kill_noposix.c src/utsname.c src/realpath.c \ + src/arc4random_getentropy_fail.c BSD_LIBC_C_FILES = src/strlcpy.c src/strlcat.c src/issetugid.c -- cgit v1.2.3