diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-29 07:53:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-29 07:53:25 +0000 |
commit | 087a6180190c5d1c597d06f763297716179d9574 (patch) | |
tree | f315ee3eab9ed3420fbb3160774b0617428d8ee7 /libc/stdlib/Makefile | |
parent | 78b5c6dad40a526777091ebb1d5b858eaa9a2cc8 (diff) |
Add in gcvt()
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r-- | libc/stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index cff8ada0a..c228cd9d6 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 random.c setenv.c system.c div.c ldiv.c \ - getpt.c ptsname.c grantpt.c unlockpt.c + getpt.c ptsname.c grantpt.c unlockpt.c gcvt.c ifeq ($(HAS_FLOATING_POINT),true) CSRC += strtod.c endif |