From 92726d601ad5d9672c4a71a04527cb7c95e8776b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 29 Jun 2004 00:05:08 +0000 Subject: [PATCH] Added the "other" stdio stuff to the build (stuff that's not from glibc). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8228 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 26990663ce..959b6214b2 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -143,7 +143,7 @@ KernelLd libroot.so : posix_math.o posix_math_arch_$(OBOS_ARCH).o posix_signal.o -# posix_stdio.o + posix_stdio.o posix_gnu_libio.o posix_gnu_stdio.o posix_stdlib.o