This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
typedef unsigned int unsigned32; /* unsigned 32-bit integer */ typedef unsigned32 rtems_event_set;
typedef struct { unsigned32 count; /* "generic" fields to be used */ } Thread_Wait_information;
struct Thread_Control_struct {
Thread_Wait_information Wait;
};int main( int argc, char * argv[] )
{
Thread_Control * the_thread = (Thread_Control * )0x12345678;return 0; }
------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |