Browse Source

Make it even out.

OPENBSD_2_0
downsj 28 years ago
parent
commit
f7cc12cd49
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libc/stdlib/Makefile.inc

+ 3
- 2
src/lib/libc/stdlib/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 1996/08/21 03:12:17 downsj Exp $
# $OpenBSD: Makefile.inc,v 1.5 1996/08/21 03:17:55 downsj Exp $
# stdlib sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib
@ -37,7 +37,8 @@ MAN+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
random.3 realpath.3 strtod.3 strtol.3 strtoul.3 system.3
MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
MLINKS+=malloc.3 free.3 malloc.3 realloc.3 cfree.3
MLINKS+=malloc.3 free.3 malloc.3 realloc.3
MLINKS+=malloc.3 cfree.3
MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
MLINKS+=rand.3 srand.3
MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3


Loading…
Cancel
Save