[git commit] libc/metag: add __kernel_long_t and __kernel_ulong_t

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Nov 6 21:21:59 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=620908d8e5b2f9d0c32954e9fc5752d03cf37fc8
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

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>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/metag/bits/kernel_types.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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


More information about the uClibc-cvs mailing list