svn commit: trunk/uClibc/libc/sysdeps/linux: arm i386 mips x86_64

Peter S. Mazinger ps.m at gmx.net
Sat Dec 10 18:37:22 UTC 2005


On Sat, 10 Dec 2005 sjhill at uclibc.org wrote:

> Author: sjhill
> Date: 2005-12-10 10:18:41 -0800 (Sat, 10 Dec 2005)
> New Revision: 12820
> 
> Log:
> Merge from NPTL branch. Bring in the remaining changes for sigaction.
> 
> 
>  	kact.k_sa_handler = act->sa_handler;
> -	__memcpy (&kact.sa_mask, &act->sa_mask, sizeof (kact.sa_mask));
> +	memcpy (&kact.sa_mask, &act->sa_mask, sizeof (kact.sa_mask));

again this one? do you have a warning about it missing ? then maybe you 
miss #include <features.h>

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list