From 59e99e9e6db4fd4d33786fbe3ffd3fabf4a49dd7 Mon Sep 17 00:00:00 2001 From: George Matsumura Date: Fri, 25 Jun 2021 01:19:21 -0700 Subject: random_r: Add reentrant random functions from LSB This adds random_r() and associated functions, mostly adapted from musl's implementation of random(). Signed-off-by: George Matsumura --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e421055..cbb7634 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ LIBGCOMPAT_SRC = \ libgcompat/netdb.c \ libgcompat/pthread.c \ libgcompat/pwd.c \ + libgcompat/random_r.c \ libgcompat/readlink.c \ libgcompat/realpath.c \ libgcompat/resolv.c \ -- cgit v1.2.3-60-g2f50