Added strtod() and localeconv() to the kernel.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20348 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-03-07 07:18:51 +00:00
parent aa6ebf59e0
commit 1822f5ecbc
+2
View File
@@ -33,6 +33,7 @@ KernelMergeObject kernel_posix.o :
utime.c
# locale
ctype.c
localeconv.c
# stdio (this subdir)
kernel_vsprintf.c
# stdlib
@@ -43,6 +44,7 @@ KernelMergeObject kernel_posix.o :
qsort.c
rand.c
random.c
strtod.c
strtol.c
strtoll.c
strtoul.c