summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/Makefile.inc
diff options
context:
space:
mode:
authormillert <>2007-09-03 14:37:02 +0000
committermillert <>2007-09-03 14:37:02 +0000
commit2056049ed6b7a028e611838a742280fced6d2c23 (patch)
treee20e18fc5434b1b49708f65ad179f4ae2602951b /src/lib/libc/stdlib/Makefile.inc
parent6fdd2cf23672d7bc626fee11d4ca588e6882a436 (diff)
downloadopenbsd-2056049ed6b7a028e611838a742280fced6d2c23.tar.gz
openbsd-2056049ed6b7a028e611838a742280fced6d2c23.tar.bz2
openbsd-2056049ed6b7a028e611838a742280fced6d2c23.zip
add recaloc(3)
Diffstat (limited to 'src/lib/libc/stdlib/Makefile.inc')
-rw-r--r--src/lib/libc/stdlib/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc
index c7ee0a80ec..04e84fe941 100644
--- a/src/lib/libc/stdlib/Makefile.inc
+++ b/src/lib/libc/stdlib/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.35 2006/01/13 17:58:09 millert Exp $ 1# $OpenBSD: Makefile.inc,v 1.36 2007/09/03 14:37:02 millert Exp $
2 2
3# stdlib sources 3# stdlib sources
4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/stdlib ${LIBCSRCDIR}/stdlib 4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/stdlib ${LIBCSRCDIR}/stdlib
@@ -55,7 +55,7 @@ MLINKS+=insque.3 remque.3
55MLINKS+=labs.3 llabs.3 55MLINKS+=labs.3 llabs.3
56MLINKS+=lsearch.3 lfind.3 56MLINKS+=lsearch.3 lfind.3
57MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 57MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3
58MLINKS+=malloc.3 cfree.3 malloc.3 malloc.conf.5 58MLINKS+=malloc.3 recalloc.3 malloc.3 cfree.3 malloc.3 malloc.conf.5
59MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 59MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
60MLINKS+=radixsort.3 sradixsort.3 60MLINKS+=radixsort.3 sradixsort.3
61MLINKS+=rand.3 srand.3 rand.3 rand_r.3 61MLINKS+=rand.3 srand.3 rand.3 rand_r.3