diff options
Diffstat (limited to 'src/lib/libc/stdlib/Makefile.inc')
-rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index e75fc0d8bf..bdd5280dde 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc | |||
@@ -39,7 +39,7 @@ MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \ | |||
39 | 39 | ||
40 | MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 | 40 | MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 |
41 | MLINKS+=malloc.3 free.3 malloc.3 realloc.3 | 41 | MLINKS+=malloc.3 free.3 malloc.3 realloc.3 |
42 | MLINKS+=malloc.3 cfree.3 | 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+=rand.3 srand.3 |
45 | MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 | 45 | MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 |