summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/metag
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2013-08-14 14:57:39 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-11-06 22:21:59 +0100
commit620908d8e5b2f9d0c32954e9fc5752d03cf37fc8 (patch)
tree26835c4360518c05bdfd5e4232d2121160166ff1 /libc/sysdeps/linux/metag
parente286a674419d31cb0757dd2f8307d8b4756cf1f9 (diff)
libc/metag: add __kernel_long_t and __kernel_ulong_t
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@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/metag')
-rw-r--r--libc/sysdeps/linux/metag/bits/kernel_types.h2
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 8e0a91f30..08d46a07a 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];