Steven Munroe wrote: > +/* This is presently a stub, until it's decided how the kernels should > + support this. */ > + > +const fenv_t * > +__fe_mask_env(void) > +{ > + __set_errno (ENOSYS); > + return FE_DFL_ENV; > +} Why are you sending a patch if it's incomplete? Fix the kernel and then send a patch. Who knows, maybe a completely different solution is needed. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖