[PATCH uClibc] libc/metag: add __kernel_long_t and __kernel_ulong_t

Markos Chandras Markos.Chandras at imgtec.com
Wed Nov 6 09:00:12 UTC 2013


On 08/14/2013 02:57 PM, Markos Chandras wrote:
> Add __kernel_long_t and __kernel_ulong_t types for Meta. The rest of
> the architectures have been fixed in:
>
> 6a76edddaa62ff06f178143b582167734cb55c18
> "libc/sysdeps: add __kernel_long and __kernel_ulong"
>
> Signed-off-by: Markos Chandras <markos.chandras at imgtec.com>
> ---
>   libc/sysdeps/linux/metag/bits/kernel_types.h | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/libc/sysdeps/linux/metag/bits/kernel_types.h b/libc/sysdeps/linux/metag/bits/kernel_types.h
> index 8e0a91f..08d46a0 100644
> --- a/libc/sysdeps/linux/metag/bits/kernel_types.h
> +++ b/libc/sysdeps/linux/metag/bits/kernel_types.h
> @@ -37,6 +37,8 @@ typedef unsigned int	__kernel_old_uid_t;
>   typedef unsigned int	__kernel_old_gid_t;
>   typedef __kernel_dev_t	__kernel_old_dev_t;
>   typedef long long	__kernel_loff_t;
> +typedef long		__kernel_long_t;
> +typedef unsigned long	__kernel_ulong_t;
>
>   typedef struct {
>   	int val[2];
>

ping? :)

-- 
markos



More information about the uClibc mailing list