This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PPC fenv fixes 4th update


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 â

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]