summaryrefslogtreecommitdiff
path: root/libc/stdlib/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-22 18:02:24 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-22 18:02:24 +0000
commit1317d65dbecb98e9c540fa783a7ef88a9bffb94c (patch)
tree158821e8cabbe7667f35caaac67692c71bf20acf /libc/stdlib/Makefile
parent5b6e897d01a07f8391351a07321f2bcb7c025a7e (diff)
div and ldiv are required for ISO 9899
-Erik
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r--libc/stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index 6ea292d5b..092de4d94 100644
--- a/libc/stdlib/Makefile
+++ b/libc/stdlib/Makefile
@@ -38,7 +38,7 @@ MOBJ2=atexit.o exit.o
CSRC = abort.c getenv.c mktemp.c qsort.c realpath.c abs.c bsearch.c \
- mkstemp.c putenv.c rand.c setenv.c system.c
+ mkstemp.c putenv.c rand.c setenv.c system.c div.c ldiv.c
ifeq ($(HAS_FLOATS),true)
CSRC += strtod.c
endif