From a4b68b304fa6a0c6521a115f89bbc9b815c8e201 Mon Sep 17 00:00:00 2001 From: NicJA Date: Mon, 23 Apr 2018 20:59:39 +0000 Subject: [PATCH] size_t is provided by stddef.h, which is pulled in by aros/symbolsets.h git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55116 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/m68k-all/debug/debug_gdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/m68k-all/debug/debug_gdb.c b/arch/m68k-all/debug/debug_gdb.c index 7372a95d74..7dd1cc077a 100644 --- a/arch/m68k-all/debug/debug_gdb.c +++ b/arch/m68k-all/debug/debug_gdb.c @@ -11,7 +11,6 @@ #include #ifdef AROS_MODULES_DEBUG -typedef ULONG size_t; /* 'malloc' and 'free' are needed for GDB's strcmp(), which is * used by the 'loadseg' method of the .gdbinit of AROS */ -- 2.11.4.GIT