aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/types.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-10 15:32:18 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-10 15:32:18 +0100
commit49ecbb58e06f4ed07276ad222f20345229c0c1f1 (patch)
tree1a7c5e89ee1150fed3df46a706831268be1753da /extras/mini-os/include/types.h
parent51cf89ed5da0f2e865d976b8baee54ffcfdd25a6 (diff)
downloadxen-49ecbb58e06f4ed07276ad222f20345229c0c1f1.tar.gz
xen-49ecbb58e06f4ed07276ad222f20345229c0c1f1.tar.bz2
xen-49ecbb58e06f4ed07276ad222f20345229c0c1f1.zip
stubdom: Fixes for gcc 4.2.4 32bit
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/include/types.h')
-rw-r--r--extras/mini-os/include/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/mini-os/include/types.h b/extras/mini-os/include/types.h
index 8d0d6f8ea9..19b730280d 100644
--- a/extras/mini-os/include/types.h
+++ b/extras/mini-os/include/types.h
@@ -89,6 +89,5 @@ typedef intptr_t ptrdiff_t;
#ifndef HAVE_LIBC
typedef long ssize_t;
#endif
-typedef unsigned long size_t;
#endif /* _TYPES_H_ */