3 // Copyright (C) 2001 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 24 Jul 2001 <nathan@codesourcery.com>
6 // Bug 3543. We forgot to resolve an OFFSET_REF
14 struct Pipe : Writeable {
17 void set_write_blocking ()
19 if (Writeable::blocking_mode);
30 p.set_write_blocking();