diff options
author | millert <> | 1999-11-17 05:22:44 +0000 |
---|---|---|
committer | millert <> | 1999-11-17 05:22:44 +0000 |
commit | a591d0367190c85d8febd0557dba55438a783a6a (patch) | |
tree | f2b618898ee3a606bbc883f2d46a19299ea688a0 /src/lib/libc/stdlib | |
parent | 4fe309cce629aa9cb11832d11adc06153db1805a (diff) | |
download | openbsd-a591d0367190c85d8febd0557dba55438a783a6a.tar.gz openbsd-a591d0367190c85d8febd0557dba55438a783a6a.tar.bz2 openbsd-a591d0367190c85d8febd0557dba55438a783a6a.zip |
Add missing MLINKs
Diffstat (limited to 'src/lib/libc/stdlib')
-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 aa811dd9e3..20c2e394e8 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc | |||
@@ -41,7 +41,8 @@ MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 | |||
41 | MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 | 41 | MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 |
42 | MLINKS+=malloc.3 cfree.3 malloc.3 malloc.conf.5 | 42 | 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+=rand.3 srand.3 | 44 | MLINKS+=radixsort.3 sradixsort.3 |
45 | MLINKS+=rand.3 srand.3 rand.3 rand_r.3 | ||
45 | MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 | 46 | MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 |
46 | MLINKS+=rand48.3 drand48.3 rand48.3 erand48.3 rand48.3 lrand48.3 | 47 | MLINKS+=rand48.3 drand48.3 rand48.3 erand48.3 rand48.3 lrand48.3 |
47 | MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3 | 48 | MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3 |