summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:56:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:56:52 +0000
commit002ca54e4935d8b76661eb05f6562b2214e5e992 (patch)
tree2bf2a3df856e3494a65a0201c76e03f97dc4ada7 /cpukit
parent2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-002ca54e4935d8b76661eb05f6562b2214e5e992.tar.bz2
Rely upon uintmax_t and PRIuMAX being provided.
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
*/