From: Julian Seward Date: Fri, 24 May 2002 02:12:52 +0000 (+0000) Subject: Comment out debug printing. X-Git-Tag: svn/VALGRIND_1_0_3~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1fae8ba552731bf7d49a18594149b3d942af4e;p=thirdparty%2Fvalgrind.git Comment out debug printing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@323 --- diff --git a/coregrind/arch/x86-linux/vg_libpthread.c b/coregrind/arch/x86-linux/vg_libpthread.c index 45d99a9b2d..d6ebeeada2 100644 --- a/coregrind/arch/x86-linux/vg_libpthread.c +++ b/coregrind/arch/x86-linux/vg_libpthread.c @@ -1576,7 +1576,7 @@ int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) static void wait_for_fd_to_be_readable_or_erring ( int fd ) { struct pollfd pfd; - fprintf(stderr, "wait_for_fd_to_be_readable_or_erring %d\n", fd); + /* fprintf(stderr, "wait_for_fd_to_be_readable_or_erring %d\n", fd); */ pfd.fd = fd; pfd.events = POLLIN | POLLPRI | POLLERR | POLLHUP | POLLNVAL; /* ... but not POLLOUT, you may notice. */ diff --git a/coregrind/vg_libpthread.c b/coregrind/vg_libpthread.c index 45d99a9b2d..d6ebeeada2 100644 --- a/coregrind/vg_libpthread.c +++ b/coregrind/vg_libpthread.c @@ -1576,7 +1576,7 @@ int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) static void wait_for_fd_to_be_readable_or_erring ( int fd ) { struct pollfd pfd; - fprintf(stderr, "wait_for_fd_to_be_readable_or_erring %d\n", fd); + /* fprintf(stderr, "wait_for_fd_to_be_readable_or_erring %d\n", fd); */ pfd.fd = fd; pfd.events = POLLIN | POLLPRI | POLLERR | POLLHUP | POLLNVAL; /* ... but not POLLOUT, you may notice. */ diff --git a/vg_libpthread.c b/vg_libpthread.c index 45d99a9b2d..d6ebeeada2 100644 --- a/vg_libpthread.c +++ b/vg_libpthread.c @@ -1576,7 +1576,7 @@ int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) static void wait_for_fd_to_be_readable_or_erring ( int fd ) { struct pollfd pfd; - fprintf(stderr, "wait_for_fd_to_be_readable_or_erring %d\n", fd); + /* fprintf(stderr, "wait_for_fd_to_be_readable_or_erring %d\n", fd); */ pfd.fd = fd; pfd.events = POLLIN | POLLPRI | POLLERR | POLLHUP | POLLNVAL; /* ... but not POLLOUT, you may notice. */