diff options
author | millert <> | 2000-04-04 00:03:15 +0000 |
---|---|---|
committer | millert <> | 2000-04-04 00:03:15 +0000 |
commit | 5e9b26a29e7b1a08067306896dab90b3d9dd304c (patch) | |
tree | abae182d384298326294c2ee5cb985d61e74595a /src | |
parent | dc35e9219fa6088544a9e0fe13b3baf01ae24d1c (diff) | |
download | openbsd-5e9b26a29e7b1a08067306896dab90b3d9dd304c.tar.gz openbsd-5e9b26a29e7b1a08067306896dab90b3d9dd304c.tar.bz2 openbsd-5e9b26a29e7b1a08067306896dab90b3d9dd304c.zip |
MLINK srandomdev
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index 20c2e394e8..55fb00fcf4 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc | |||
@@ -43,7 +43,8 @@ MLINKS+=malloc.3 cfree.3 malloc.3 malloc.conf.5 | |||
43 | MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 | 43 | MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 |
44 | MLINKS+=radixsort.3 sradixsort.3 | 44 | MLINKS+=radixsort.3 sradixsort.3 |
45 | MLINKS+=rand.3 srand.3 rand.3 rand_r.3 | 45 | MLINKS+=rand.3 srand.3 rand.3 rand_r.3 |
46 | MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 | 46 | MLINKS+=random.3 initstate.3 random.3 setstate.3 |
47 | MLINKS+=random.3 srandom.3 random.3 srandomdev.3 | ||
47 | MLINKS+=rand48.3 drand48.3 rand48.3 erand48.3 rand48.3 lrand48.3 | 48 | MLINKS+=rand48.3 drand48.3 rand48.3 erand48.3 rand48.3 lrand48.3 |
48 | MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3 | 49 | MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3 |
49 | MLINKS+=rand48.3 srand48.3 rand48.3 seed48.3 rand48.3 lcong48.3 | 50 | MLINKS+=rand48.3 srand48.3 rand48.3 seed48.3 rand48.3 lcong48.3 |