mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 17:29:18 +08:00
2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/include/stdint.h: Add intptr_t uintptr_t.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libcsupport/include/stdint.h: Add intptr_t uintptr_t.
|
||||
|
||||
2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libnetworking/opt_atalk.h, libnetworking/opt_bdg.h,
|
||||
|
||||
@@ -28,6 +28,9 @@ typedef unsigned16 uint16_t;
|
||||
typedef unsigned32 uint32_t;
|
||||
typedef unsigned64 uint64_t;
|
||||
|
||||
typedef signed long intptr_t;
|
||||
typedef unsigned long uintptr_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user