summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/Makefile.inc
diff options
context:
space:
mode:
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 0c0b1499f8..e95ff11ed6 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.54 2014/08/15 04:14:36 guenther Exp $ 1# $OpenBSD: Makefile.inc,v 1.55 2014/12/06 18:54:55 schwarze Exp $
2 2
3# stdlib sources 3# stdlib sources
4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib 4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib
@@ -40,7 +40,7 @@ MLINKS+=insque.3 remque.3
40MLINKS+=labs.3 llabs.3 40MLINKS+=labs.3 llabs.3
41MLINKS+=lsearch.3 lfind.3 41MLINKS+=lsearch.3 lfind.3
42MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 42MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3
43MLINKS+=malloc.3 reallocarray.3 malloc.3 cfree.3 malloc.3 malloc.conf.5 43MLINKS+=malloc.3 reallocarray.3 malloc.3 cfree.3
44MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 44MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
45MLINKS+=radixsort.3 sradixsort.3 45MLINKS+=radixsort.3 sradixsort.3
46MLINKS+=rand.3 srand.3 rand.3 rand_r.3 46MLINKS+=rand.3 srand.3 rand.3 rand_r.3