diff options
author | aaron <> | 1998-11-17 23:41:43 +0000 |
---|---|---|
committer | aaron <> | 1998-11-17 23:41:43 +0000 |
commit | f3ffe499b0cbbdef6e0e3f6e4836035d012ee630 (patch) | |
tree | 1fd91ebf1dc225030d70053ed8ad81301d083821 /src/lib/libc/stdlib/Makefile.inc | |
parent | 83b8cc1cd7642ed303f194fbdd37577149acfb3e (diff) | |
download | openbsd-f3ffe499b0cbbdef6e0e3f6e4836035d012ee630.tar.gz openbsd-f3ffe499b0cbbdef6e0e3f6e4836035d012ee630.tar.bz2 openbsd-f3ffe499b0cbbdef6e0e3f6e4836035d012ee630.zip |
add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@
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 |