Changeset ad9eaf26 in rtems


Ignore:
Timestamp:
09/30/11 13:08:45 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
11848f35
Parents:
951df57
Message:

2011-09-30 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Check for size of time_t.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r951df57 rad9eaf26  
     12011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * configure.ac: Check for size of time_t.
     4
    152011-09-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
    26
  • cpukit/configure.ac

    r951df57 rad9eaf26  
    284284AC_CHECK_SIZEOF([mode_t])
    285285AC_CHECK_SIZEOF([off_t])
     286
     287# FIXME: We should get rid of this. It's a cludge.
     288AC_CHECK_SIZEOF([time_t])
    286289
    287290# FIXME: Mandatory in SUSv4, optional in SUSv3.
Note: See TracChangeset for help on using the changeset viewer.