diff options
author | 2000-04-04 00:03:15 +0000 | |
---|---|---|
committer | 2000-04-04 00:03:15 +0000 | |
commit | f3eae24c8a06526e2ce6fad828df806b2f4b0d6b (patch) | |
tree | 6d16ef50be5e442a6274a14c69386613f162a5b4 /lib/libc/stdlib | |
parent | Add srandomdev() from FreeBSD for use by sendmail and others. (diff) | |
download | wireguard-openbsd-f3eae24c8a06526e2ce6fad828df806b2f4b0d6b.tar.xz wireguard-openbsd-f3eae24c8a06526e2ce6fad828df806b2f4b0d6b.zip |
MLINK srandomdev
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 20c2e394e87..55fb00fcf4b 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -43,7 +43,8 @@ MLINKS+=malloc.3 cfree.3 malloc.3 malloc.conf.5 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 MLINKS+=radixsort.3 sradixsort.3 MLINKS+=rand.3 srand.3 rand.3 rand_r.3 -MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 +MLINKS+=random.3 initstate.3 random.3 setstate.3 +MLINKS+=random.3 srandom.3 random.3 srandomdev.3 MLINKS+=rand48.3 drand48.3 rand48.3 erand48.3 rand48.3 lrand48.3 MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3 MLINKS+=rand48.3 srand48.3 rand48.3 seed48.3 rand48.3 lcong48.3 |