From da213272c04ee37f3780d07f6a05df9a41e9c968 Mon Sep 17 00:00:00 2001 From: millert <> Date: Tue, 3 Dec 2002 20:27:17 +0000 Subject: [PATCH] fix typo --- src/lib/libc/stdlib/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index 8f16135e..98c13c8c 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc @@ -5,7 +5,7 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt.c getopt_long.c \ - getsubopt.c heapsort.c l64a.c malloc.c merge.c multibyte.c putenv.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 strtoll.c strtoul.c strtoull.c system.c tfind.c tsearch.c \ _rand48.c drand48.c erand48.c jrand48.c lcong48.c lrand48.c \