From bc5583d710742fc5ffd5318d19927bd25bf171bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 7 Nov 2004 11:30:35 +0000 Subject: [PATCH] added pclose.c to the build, needed for running diff git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9824 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/libio/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/libroot/posix/glibc/libio/Jamfile b/src/kernel/libroot/posix/glibc/libio/Jamfile index 158d4ffccc..b460a865b2 100644 --- a/src/kernel/libroot/posix/glibc/libio/Jamfile +++ b/src/kernel/libroot/posix/glibc/libio/Jamfile @@ -66,6 +66,7 @@ KernelMergeObject posix_gnu_libio.o : <$(SOURCE_GRIST)>iovsprintf.c <$(SOURCE_GRIST)>iovsscanf.c # <$(SOURCE_GRIST)>obprintf.c + <$(SOURCE_GRIST)>pclose.c <$(SOURCE_GRIST)>peekc.c <$(SOURCE_GRIST)>putc.c <$(SOURCE_GRIST)>putc_u.c