From 2b26e9313ca48be9b620c50051a4e45695f49ac8 Mon Sep 17 00:00:00 2001 From: phantom Date: Wed, 5 Sep 2001 18:50:02 +0000 Subject: Add strfmon(3) implementation. It still contains few XXX's because I lost my last version of this work due to HDD crash, but this version cleanly passed all POSIX and SuSv2 tests. I am working on testing scripts which should test this implementation against all locales and surely more fixes will come soon. Reviewed by: ache, silence at -audit & -developers --- lib/libc/stdlib/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/stdlib/Makefile.inc') diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index e38704a..e4edb32 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -7,9 +7,9 @@ MISRCS+=abort.c abs.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \ exit.c getenv.c getopt.c getsubopt.c hcreate.c heapsort.c labs.c \ ldiv.c malloc.c merge.c putenv.c qsort.c radixsort.c rand.c random.c \ - reallocf.c realpath.c setenv.c strhash.c strtol.c strtoll.c strtoq.c \ - strtoul.c strtoull.c strtouq.c system.c tdelete.c tfind.c tsearch.c \ - twalk.c + reallocf.c realpath.c setenv.c strfmon.c strhash.c strtol.c \ + strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c system.c \ + tdelete.c tfind.c tsearch.c twalk.c .if ${MACHINE_ARCH} == "alpha" # XXX Temporary until the assumption that a long is 32-bits is resolved -- cgit v1.1