summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/src/malloc_p.h9
1 files changed, 0 insertions, 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 <inttypes.h>
#include <rtems/chain.h>
-#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
*/