diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-10 20:13:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-10 20:13:13 +0000 |
commit | d2c7a19399d946c57a28398d75f86ca0e2334e5a (patch) | |
tree | fca383e21489ff80375a02179c1d6d54f8c3b69d /lib/libc/stdlib | |
parent | 87d8e164eee4a1f6aa7bbc999613f1edc8050231 (diff) |
calloc.c is back
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 9765082276c..aa811dd9e34 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -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 \ |