Changeset 820c667 in rtems


Ignore:
Timestamp:
03/14/18 21:14:07 (5 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
a4eb7836
Parents:
52cdb134
git-author:
Joel Sherrill <joel@…> (03/14/18 21:14:07)
git-committer:
Joel Sherrill <joel@…> (03/16/18 13:36:17)
Message:

bsps/arm/gdbarmsim/include/bsp.h: Fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/arm/gdbarmsim/include/bsp.h

    r52cdb134 r820c667  
    4848/*
    4949 * Access to the GDB simulator.
     50 *
     51 * NOTE: Full list possible is included. Not all are available in BSP.
    5052 */
    5153int     gdbarmsim_system(const char *);
    5254int     gdbarmsim_rename(const char *, const char *);
    5355int     gdbarmsim__isatty(int);
    54 clock_t gdbarmsim_times(struct tms *);
     56/* clock_t gdbarmsim_times(struct tms *); */
    5557int     gdbarmsim_gettimeofday(struct timeval *, void *);
    5658int     gdbarmsim_unlink(const char *);
Note: See TracChangeset for help on using the changeset viewer.