summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorge Matsumura <gm960420@ohio.edu>2021-06-25 01:19:21 -0700
committerGeorge Matsumura <gm960420@ohio.edu>2021-06-25 01:19:21 -0700
commit59e99e9e6db4fd4d33786fbe3ffd3fabf4a49dd7 (patch)
tree35fbd98c5dba62451fba5322076357c6e56bda5c /Makefile
parentaf5a49e489fdc04b9cf02547650d7aeaccd43793 (diff)
downloadgcompat-59e99e9e6db4fd4d33786fbe3ffd3fabf4a49dd7.tar.gz
gcompat-59e99e9e6db4fd4d33786fbe3ffd3fabf4a49dd7.tar.bz2
gcompat-59e99e9e6db4fd4d33786fbe3ffd3fabf4a49dd7.tar.xz
gcompat-59e99e9e6db4fd4d33786fbe3ffd3fabf4a49dd7.zip
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 <gm960420@ohio.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \