2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 409:
	* include/stdint.h: Include rtems/stdint.h
This commit is contained in:
Ralf Corsepius
2003-05-27 16:32:03 +00:00
parent be7996136d
commit e4de580d32
2 changed files with 6 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 409:
* include/stdint.h: Include rtems/stdint.h
2003-04-17 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 399/rtems_misc

View File

@@ -13,15 +13,7 @@
extern "C" {
#endif
typedef signed char int8_t;
typedef short int int16_t;
typedef int int32_t;
typedef long int int64_t;
typedef unsigned char uint8_t;
typedef unsigned short int uint16_t;
typedef unsigned int uint32_t;
typedef unsigned long int uint64_t;
#include <rtems/stdint.h>
#ifdef __cplusplus
}