This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH][SPARC] Fix fpu_fr.fpu_dregs size in sys/ucontext.h
- From: David Miller <davem at davemloft dot net>
- To: jose dot marchesi at oracle dot com
- Cc: libc-alpha at sourceware dot org
- Date: Sat, 01 Nov 2014 16:45:41 -0400 (EDT)
- Subject: Re: [PATCH][SPARC] Fix fpu_fr.fpu_dregs size in sys/ucontext.h
- Authentication-results: sourceware.org; auth=none
- References: <877fzh4qdp dot fsf at oracle dot com>
From: jose.marchesi@oracle.com (Jose E. Marchesi)
Date: Thu, 30 Oct 2014 14:51:46 +0100
> I just noticed a small typo in sys/ucontext.h. The attached patch fixes
> it.
>
> Tested in sparc64-unknown-linux-gnu.
>
> 2014-10-30 Jose E. Marchesi <jose.marchesi@oracle.com>
>
> * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
> the size of the fpu_fr.fpu_dregs[] array.
Looks good, I'll install this change, thanks.