On Mon, Jul 30, 2001 at 06:48:12PM -0700, Ulrich Drepper wrote: > "H . J . Lu" <hjl@lucon.org> writes: > > > Any suggestions? > > Using RPC in MT program was undefined (it didn't really work since no > locks were used etc). There are no locks in glibc. But it doesn't mean I cannot add the lock in a wrapper. H.J.