svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

Peter S. Mazinger ps.m at gmx.net
Mon Feb 13 00:53:53 UTC 2006


On Thu, 9 Feb 2006 vapier at uclibc.org wrote:

> Author: vapier
> Date: 2006-02-09 18:26:45 -0800 (Thu, 09 Feb 2006)
> New Revision: 13895
> 
> Log:
> sync with glibc, should fix the swap* segfaults in ltp
> 
> Modified:
>    trunk/uClibc/libc/sysdeps/linux/common/bits/statfs.h
> 
> 
> Changeset:
> Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/statfs.h
> ===================================================================
> --- trunk/uClibc/libc/sysdeps/linux/common/bits/statfs.h	2006-02-10 02:26:40 UTC (rev 13894)
> +++ trunk/uClibc/libc/sysdeps/linux/common/bits/statfs.h	2006-02-10 02:26:45 UTC (rev 13895)
> @@ -41,6 +41,7 @@
>  #endif
>      __fsid_t f_fsid;
>      __SWORD_TYPE f_namelen;
> +    __SWORD_TYPE f_frsize;

iirc this is only present in kernel-2.6?

Peter
>      __SWORD_TYPE f_spare[5];
>    };
>  
> @@ -56,9 +57,11 @@
>      __fsfilcnt64_t f_ffree;
>      __fsid_t f_fsid;
>      __SWORD_TYPE f_namelen;
> +    __SWORD_TYPE f_frsize;
>      __SWORD_TYPE f_spare[5];
>    };
>  #endif
>  
>  /* Tell code we have these members.  */
>  #define _STATFS_F_NAMELEN
> +#define _STATFS_F_FRSIZE
> 
> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
> 
> 

-- 
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