diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index 8f16135e99..98c13c8c8e 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ | 6 | SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ |
7 | calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt.c getopt_long.c \ | 7 | calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt.c getopt_long.c \ |
8 | getsubopt.c heapsort.c l64a.c malloc.c merge.c multibyte.c putenv.c = | 8 | getsubopt.c heapsort.c l64a.c malloc.c merge.c multibyte.c putenv.c \ |
9 | qsort.c radixsort.c rand.c random.c realpath.c setenv.c strtod.c \ | 9 | qsort.c radixsort.c rand.c random.c realpath.c setenv.c strtod.c \ |
10 | strtol.c strtoll.c strtoul.c strtoull.c system.c tfind.c tsearch.c \ | 10 | strtol.c strtoll.c strtoul.c strtoull.c system.c tfind.c tsearch.c \ |
11 | _rand48.c drand48.c erand48.c jrand48.c lcong48.c lrand48.c \ | 11 | _rand48.c drand48.c erand48.c jrand48.c lcong48.c lrand48.c \ |