diff options
author | 1999-11-17 05:22:36 +0000 | |
---|---|---|
committer | 1999-11-17 05:22:36 +0000 | |
commit | 4f48ed1913f7515598d6ad1f8d851256bda55526 (patch) | |
tree | f3339036f71907187554c57feb1796f24e8d62a5 /lib/libc/stdlib | |
parent | merge with freebsd: (diff) | |
download | wireguard-openbsd-4f48ed1913f7515598d6ad1f8d851256bda55526.tar.xz wireguard-openbsd-4f48ed1913f7515598d6ad1f8d851256bda55526.zip |
Add missing MLINKs
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 aa811dd9e34..20c2e394e87 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -41,7 +41,8 @@ MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 MLINKS+=malloc.3 cfree.3 malloc.3 malloc.conf.5 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 -MLINKS+=rand.3 srand.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+=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 |