Changeset a4eb7836 in rtems


Ignore:
Timestamp:
03/14/18 21:14:41 (6 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
8ce93dc9
Parents:
820c667
git-author:
Joel Sherrill <joel@…> (03/14/18 21:14:41)
git-committer:
Joel Sherrill <joel@…> (03/16/18 13:36:18)
Message:

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

File:
1 edited

Legend:

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

    r820c667 ra4eb7836  
    5858int     gdbarmsim_unlink(const char *);
    5959int     gdbarmsim_link(void);
    60 int     gdbarmsim_stat(const char *, struct stat *);
    61 int     gdbarmsim_fstat(int, struct stat *);
    62 int         gdbarmsim_swistat(int fd, struct stat * st);
     60/* int     gdbarmsim_stat(const char *, struct stat *); */
     61/* int     gdbarmsim_fstat(int, struct stat *); */
     62/* int      gdbarmsim_swistat(int fd, struct stat * st); */
    6363int     gdbarmsim_close(int);
    6464clock_t gdbarmsim_clock(void);
Note: See TracChangeset for help on using the changeset viewer.