Changeset a4365e4 in rtems


Ignore:
Timestamp:
03/23/04 12:59:04 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
39cefdd
Parents:
cdcef7e6
Message:

2004-03-23 Ralf Corsepius <ralf_corsepius@…>

  • score/include/rtems/system.h: include <stdint.h>.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    rcdcef7e6 ra4365e4  
     12004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * score/include/rtems/system.h: include <stdint.h>.
     4
    152004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
    26
  • cpukit/score/include/rtems/system.h

    rcdcef7e6 ra4365e4  
    144144#endif
    145145
     146#include <stdint.h>
    146147#include <rtems/score/cpu.h>        /* processor specific information */
    147148
     
    149150
    150151#define RTEMS_offsetof(type, field) \
    151         ((unsigned32) &(((type *) 0)->field))
     152        ((uint32_t  ) &(((type *) 0)->field))
    152153
    153154/*
Note: See TracChangeset for help on using the changeset viewer.