Browse Source

calloc.c is back

OPENBSD_2_7
millert 25 years ago
parent
commit
59e4929dbc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lib/libc/stdlib/Makefile.inc

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

@ -3,7 +3,7 @@
# stdlib sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/stdlib ${LIBCSRCDIR}/stdlib
SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c bsearch.c \
SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c bsearch.c calloc.c \
cfree.c exit.c getenv.c getopt.c getsubopt.c heapsort.c l64a.c \
malloc.c merge.c multibyte.c putenv.c qsort.c radixsort.c rand.c \
random.c realpath.c setenv.c strtod.c strtol.c strtoq.c strtoul.c \


Loading…
Cancel
Save