mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
* fhandler.cc (fhandler::write): Remove debug_printf. * pipe.cc (fhandler_pipe::create): Edit syscall_printf format.
This commit is contained in:
parent
e70bea195b
commit
2d2a068087
@ -1,3 +1,8 @@
|
||||
2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
|
||||
|
||||
* fhandler.cc (fhandler::write): Remove debug_printf.
|
||||
* pipe.cc (fhandler_pipe::create): Edit syscall_printf format.
|
||||
|
||||
2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
|
||||
|
||||
* cygheap.h (cygheap_user::get_windows_id): New method.
|
||||
|
@ -914,7 +914,6 @@ fhandler_base::write (const void *ptr, size_t len)
|
||||
}
|
||||
}
|
||||
|
||||
debug_printf ("%d = write (%p, %d)", res, ptr, len);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
@ -380,7 +380,7 @@ fhandler_pipe::create (fhandler_pipe *fhs[2], unsigned psize, int mode, bool fif
|
||||
}
|
||||
}
|
||||
|
||||
syscall_printf ("%d = ([%p, %p], %d, %p)", res, fhs[0], fhs[1], psize, mode);
|
||||
syscall_printf ("%d = pipe ([%p, %p], %d, %p)", res, fhs[0], fhs[1], psize, mode);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user