From 91a479693905981194510c2bf8a6e166a62ce4c9 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 10 Sep 2004 23:14:18 +0000 Subject: [PATCH] No need to define the types here, since arch_config.h now uses C types. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8908 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/gensyscalls/gensyscalls.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/tools/gensyscalls/gensyscalls.cpp b/src/tools/gensyscalls/gensyscalls.cpp index 3a726233c7..7eb3890c14 100644 --- a/src/tools/gensyscalls/gensyscalls.cpp +++ b/src/tools/gensyscalls/gensyscalls.cpp @@ -11,13 +11,6 @@ #include "gensyscalls.h" #include "gensyscalls_common.h" -// We can't use SupportDefs.h to maintain portability -typedef uint8_t uint8; -typedef uint16_t uint16; -typedef uint32_t uint32; -typedef uint64_t uint64; - - extern "C" gensyscall_syscall_info *gensyscall_get_infos(int *count); // usage