summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/Makefile.inc
diff options
context:
space:
mode:
authoraaron <>1998-11-17 23:41:43 +0000
committeraaron <>1998-11-17 23:41:43 +0000
commitf3ffe499b0cbbdef6e0e3f6e4836035d012ee630 (patch)
tree1fd91ebf1dc225030d70053ed8ad81301d083821 /src/lib/libc/stdlib/Makefile.inc
parent83b8cc1cd7642ed303f194fbdd37577149acfb3e (diff)
downloadopenbsd-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.inc2
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
40MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 40MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
41MLINKS+=malloc.3 free.3 malloc.3 realloc.3 41MLINKS+=malloc.3 free.3 malloc.3 realloc.3
42MLINKS+=malloc.3 cfree.3 42MLINKS+=malloc.3 cfree.3 malloc.3 malloc.conf.5
43MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 43MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
44MLINKS+=rand.3 srand.3 44MLINKS+=rand.3 srand.3
45MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 45MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3