summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/Makefile.inc
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-09-05 18:50:02 +0000
committerphantom <phantom@FreeBSD.org>2001-09-05 18:50:02 +0000
commit2b26e9313ca48be9b620c50051a4e45695f49ac8 (patch)
treea8dc38b464c0071524f3cea9957dd4bab876be90 /lib/libc/stdlib/Makefile.inc
parent684261300a6e5824040e246be16cd8c3b27dc30d (diff)
downloadFreeBSD-src-2b26e9313ca48be9b620c50051a4e45695f49ac8.zip
FreeBSD-src-2b26e9313ca48be9b620c50051a4e45695f49ac8.tar.gz
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
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
-rw-r--r--lib/libc/stdlib/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud