summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc
index 1d5ba5c9bd..ba81d5ee08 100644
--- a/src/lib/libc/stdlib/Makefile.inc
+++ b/src/lib/libc/stdlib/Makefile.inc
@@ -6,7 +6,7 @@
6SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ 6SRCS+= 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_long.c \ 7 calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt_long.c \
8 getsubopt.c hcreate.c heapsort.c l64a.c llabs.c lsearch.c malloc.c \ 8 getsubopt.c hcreate.c heapsort.c l64a.c llabs.c lsearch.c malloc.c \
9 merge.c multibyte.c putenv.c qsort.c radixsort.c rand.c random.c \ 9 merge.c putenv.c qsort.c radixsort.c rand.c random.c \
10 realpath.c setenv.c strtod.c strtol.c strtoll.c strtonum.c strtoul.c \ 10 realpath.c setenv.c strtod.c strtol.c strtoll.c strtonum.c strtoul.c \
11 strtoull.c system.c \ 11 strtoull.c system.c \
12 tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \ 12 tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \