From 1317d65dbecb98e9c540fa783a7ef88a9bffb94c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Feb 2001 18:02:24 +0000 Subject: div and ldiv are required for ISO 9899 -Erik --- libc/stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/Makefile') 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 -- cgit v1.2.3