Rely upon uintmax_t and PRIuMAX being provided.

This commit is contained in:
Ralf Corsepius
2009-09-15 09:56:52 +00:00
parent 23c0451e76
commit 002ca54e49

View File

@@ -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
*/