From 3f86eca54a1075e250bc9c1d19e485a8c9fd6d5d Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 28 Mar 2007 22:15:11 +0000 Subject: [PATCH] Removed glibc's dprintf() from libroot.so. It clashes with the dprintf() defined by the UserlandFS server and is of no real use anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20457 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/glibc/stdio-common/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libroot/posix/glibc/stdio-common/Jamfile b/src/system/libroot/posix/glibc/stdio-common/Jamfile index 26c680c1c1..68a9878b15 100644 --- a/src/system/libroot/posix/glibc/stdio-common/Jamfile +++ b/src/system/libroot/posix/glibc/stdio-common/Jamfile @@ -17,7 +17,7 @@ MergeObject posix_gnu_stdio.o : #_common.o : _itoa.c _itowa.c asprintf.c - dprintf.c +# dprintf.c fprintf.c fscanf.c getline.c