From 002ca54e4935d8b76661eb05f6562b2214e5e992 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 15 Sep 2009 09:56:52 +0000 Subject: [PATCH] Rely upon uintmax_t and PRIuMAX being provided. --- cpukit/libcsupport/src/malloc_p.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cpukit/libcsupport/src/malloc_p.h b/cpukit/libcsupport/src/malloc_p.h index 853275d6d3..c647d6c759 100644 --- a/cpukit/libcsupport/src/malloc_p.h +++ b/cpukit/libcsupport/src/malloc_p.h @@ -25,15 +25,6 @@ #include #include -#ifndef HAVE_UINTMAX_T - /* Fall back to unsigned long if uintmax_t is not available */ - #define unsigned long uintmax_t - - #ifndef PRIuMAX - #define PRIuMAX "lu" - #endif -#endif - /* * Basic management data */